#BDDA5B

Color #BDDA5B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDDA5B

Tints of Conifer #BDDA5B

Color information

#BDDA5B (or 0xBDDA5B) is unknown color: approx Conifer. HEX triplet: BD, DA and 5B. RGB value is (189,218,91). Sum of RGB (Red+Green+Blue) = 189+218+91=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA5B is #4225A4. Grayscale: #C3C3C3. Windows color (decimal): -4335013 or 6019773. OLE color: 6019773.

HSL color Cylindrical-coordinate representation of color #BDDA5B: hue angle of 73.7º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDDA5B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB18921891-
CMYK0.1300.580.15
HSL73.7º63.18%60.59%-
HSV(B)73.7º58.26%85.49%-
XYZ47.9561.7219.28-
YUV194.8569.39123.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 218 (85.55% from 255) = 43.78%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=37.95%
G=43.78%
B=18.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189218910.1300.580.1573.763.1860.59
HexBDDA5BD03AF4a3f3d
Octal27533213315072171127775
Binary101111011101101010110111101011101011111001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA5B; }

 p { color: rgb(189,218,91); }

 H1.HeaderClassName
 {
   color: #BDDA5B;
 }
 .AnyTagClassName
 {
   color: #BDDA5B;
 }
</style>
background-color css

<style>
 a { background-color: #BDDA5B; }

 a { background-color: rgb(189,218,91); }

 div.DivClassName
 {
   background-color: #BDDA5B;
 }
 .BgClassName
 {
   background-color: #BDDA5B;
 }
</style>
border-color css

<style>
 span { border-color: #BDDA5B; }

 span { border-color: rgb(189,218,91); }

 td.TdClassName
 {
   border-color: #BDDA5B;
 }
 .TagClassName
 {
   border-color: #BDDA5B;
 }
</style>