#BBBD97

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

Shades of Green Mist #BBBD97

Tints of Green Mist #BBBD97

Color information

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

HSL color Cylindrical-coordinate representation of color #BBBD97: hue angle of 63.16º 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 #BBBD97 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB187189151-
CMYK0.0100.200.26
HSL63.16º22.35%66.67%-
HSV(B)63.16º20.11%74.12%-
XYZ44.2849.1936.44-
YUV184.07109.34130.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891510.0100.200.2663.1622.3566.67
HexBBBD9710141A3f1643
Octal2732752271024327726103
Binary101110111011110110010111101010011010111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD97; }

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

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

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

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

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

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

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

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