#B4BB97

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

Shades of Green Mist #B4BB97

Tints of Green Mist #B4BB97

Color information

#B4BB97 (or 0xB4BB97) is unknown color: approx Green Mist. HEX triplet: B4, BB and 97. RGB value is (180,187,151). Sum of RGB (Red+Green+Blue) = 180+187+151=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB97 is #4B4468. Grayscale: #B4B4B4. Windows color (decimal): -4932713 or 9943988. OLE color: 9943988.

HSL color Cylindrical-coordinate representation of color #B4BB97: hue angle of 71.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BB97 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB180187151-
CMYK0.0400.190.27
HSL71.67º20.93%66.27%-
HSV(B)71.67º19.25%73.33%-
XYZ42.1847.4836.22-
YUV180.8111.18127.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=34.75%
G=36.10%
B=29.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871510.0400.190.2771.6720.9366.27
HexB4BB9740131B481542
Octal26427322740233311025102
Binary101101001011101110010111100010011110111001000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB97; }

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

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

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

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

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

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

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

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