Html Css Color HEX #B9BB96 Green Mist

📋 copy color: '#B9BB96'

red 185 ◦ green 187 ◦ blue 150

#B9BB96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #B9BB96

Tints of Green Mist #B9BB96

RGB

 RED value IS 185 (72.66% from 255) = 35.44%

 GREEN value IS 187 (73.44% from 255) = 35.82%

 BLUE value IS 150 (58.98% from 255) = 28.74%

R = 35.44%
G = 35.82%
B = 28.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B9BB96 (or 0xB9BB96) is known color: Green Mist. HEX triplet: B9, BB and 96. RGB value is (185,187,150). Sum of RGB (Red+Green+Blue) = 185+187+150=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB96 is #464469. Grayscale: #B6B6B6. Windows color (decimal): -4605034 or 9878457. OLE color: 9878457.

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

Color convert

RGB 185 187 150 -
CMYK 0.01 0 0.20 0.27
HSL 63.24º 0.21% 0.66% -
HSV(B) 63.24º 0.2% 0.73% -
XYZ 43.28 48.06 35.85 -
YUV 182.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 185 187 150 0.01 0 0.20 0.27 63.24 0.21 0.66
Hex B9 BB 96 1 0 14 1B 3F 15 42
Octal 271 273 226 1 0 24 33 77 25 102
Binary 10111001 10111011 10010110 1 0 10100 11011 111111 10101 1000010

Color Harmonies of #B9BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BB96

Black with #B9BB96

Text Example


Text Example

White with #B9BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BB96; }

 p { color: rgb(185,187,150); }

 H1.HeaderClassName
 {
   color: #B9BB96;
 }
 .AnyTagClassName
 {
   color: #B9BB96;
 }
</style>

background-color css

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

 a { background-color: rgb(185,187,150); }

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

border-color css

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

 span { border-color: rgb(185,187,150); }

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