#BDDA5C

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

Shades of Conifer #BDDA5C

Tints of Conifer #BDDA5C

Color information

#BDDA5C (or 0xBDDA5C) is unknown color: approx Conifer. HEX triplet: BD, DA and 5C. RGB value is (189,218,92). Sum of RGB (Red+Green+Blue) = 189+218+92=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA5C is #4225A3. Grayscale: #C3C3C3. Windows color (decimal): -4335012 or 6085309. OLE color: 6085309.

HSL color Cylindrical-coordinate representation of color #BDDA5C: hue angle of 73.81º 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 #BDDA5C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB18921892-
CMYK0.1300.580.15
HSL73.81º63%60.78%-
HSV(B)73.81º57.8%85.49%-
XYZ47.9961.7319.51-
YUV194.9669.89123.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 218 (85.55% from 255) = 43.69%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=37.88%
G=43.69%
B=18.44%

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
Decimal189218920.1300.580.1573.816360.78
HexBDDA5CD03AF4a3f3d
Octal27533213415072171127775
Binary101111011101101010111001101011101011111001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA5C; }

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

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

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

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

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

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

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

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