#BDCA87

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

Shades of Pine Glade #BDCA87

Tints of Pine Glade #BDCA87

Color information

#BDCA87 (or 0xBDCA87) is unknown color: approx Pine Glade. HEX triplet: BD, CA and 87. RGB value is (189,202,135). Sum of RGB (Red+Green+Blue) = 189+202+135=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA87 is #423578. Grayscale: #BEBEBE. Windows color (decimal): -4339065 or 8899261. OLE color: 8899261.

HSL color Cylindrical-coordinate representation of color #BDCA87: hue angle of 71.64º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCA87 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB189202135-
CMYK0.0600.330.21
HSL71.64º38.73%66.08%-
HSV(B)71.64º33.17%79.22%-
XYZ46.4854.8131.05-
YUV190.4796.69126.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 135 (53.12% from 255) = 25.67%
R=35.93%
G=38.40%
B=25.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021350.0600.330.2171.6438.7366.08
HexBDCA87602115482742
Octal27531220760412511047102
Binary10111101110010101000011111001000011010110010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA87; }

 p { color: rgb(189,202,135); }

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

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

 a { background-color: rgb(189,202,135); }

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

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

 span { border-color: rgb(189,202,135); }

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