#BDCA86

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

Shades of Pine Glade #BDCA86

Tints of Pine Glade #BDCA86

Color information

#BDCA86 (or 0xBDCA86) is unknown color: approx Pine Glade. HEX triplet: BD, CA and 86. RGB value is (189,202,134). Sum of RGB (Red+Green+Blue) = 189+202+134=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA86 is #423579. Grayscale: #BEBEBE. Windows color (decimal): -4339066 or 8833725. OLE color: 8833725.

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

Color convert

RGB189202134-
CMYK0.0600.340.21
HSL71.47º39.08%65.88%-
HSV(B)71.47º33.66%79.22%-
XYZ46.4154.7830.68-
YUV190.3696.19127.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 134 (52.73% from 255) = 25.52%
R=36%
G=38.48%
B=25.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021340.0600.340.2171.4739.0865.88
HexBDCA86602215472742
Octal27531220660422510747102
Binary10111101110010101000011011001000101010110001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA86; }

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

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

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

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

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

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

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

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