#BDBB84

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

Shades of Pine Glade #BDBB84

Tints of Pine Glade #BDBB84

Color information

#BDBB84 (or 0xBDBB84) is unknown color: approx Pine Glade. HEX triplet: BD, BB and 84. RGB value is (189,187,132). Sum of RGB (Red+Green+Blue) = 189+187+132=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB84 is #42447B. Grayscale: #B5B5B5. Windows color (decimal): -4342908 or 8698813. OLE color: 8698813.

HSL color Cylindrical-coordinate representation of color #BDBB84: hue angle of 57.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDBB84 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189187132-
CMYK00.010.300.26
HSL57.89º30.16%62.94%-
HSV(B)57.89º30.16%74.12%-
XYZ42.9248.0328.84-
YUV181.33100.16133.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=37.20%
G=36.81%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918713200.010.300.2657.8930.1662.94
HexBDBB84011E1A3a1e3f
Octal275273204013632723677
Binary10111101101110111000010001111101101011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB84; }

 p { color: rgb(189,187,132); }

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

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

 a { background-color: rgb(189,187,132); }

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

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

 span { border-color: rgb(189,187,132); }

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