#BDBB97

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

Shades of Green Mist #BDBB97

Tints of Green Mist #BDBB97

Color information

#BDBB97 (or 0xBDBB97) is unknown color: approx Green Mist. HEX triplet: BD, BB and 97. RGB value is (189,187,151). Sum of RGB (Red+Green+Blue) = 189+187+151=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB97 is #424468. Grayscale: #B7B7B7. Windows color (decimal): -4342889 or 9943997. OLE color: 9943997.

HSL color Cylindrical-coordinate representation of color #BDBB97: hue angle of 56.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBB97 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189187151-
CMYK00.010.200.26
HSL56.84º22.35%66.67%-
HSV(B)56.84º20.11%74.12%-
XYZ44.3448.5936.32-
YUV183.49109.66131.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=35.86%
G=35.48%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918715100.010.200.2656.8422.3566.67
HexBDBB9701141A391643
Octal2752732270124327126103
Binary101111011011101110010111011010011010111001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB97; }

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

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

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

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

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

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

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

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