Html Css Color HEX #B9BB95 Green Mist

📋 copy color: '#B9BB95'

red 185 ◦ green 187 ◦ blue 149

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

Shades of Green Mist #B9BB95

Tints of Green Mist #B9BB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 35.51%
G = 35.89%
B = 28.6%

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

#B9BB95 (or 0xB9BB95) is known color: Green Mist. HEX triplet: B9, BB and 95. RGB value is (185,187,149). Sum of RGB (Red+Green+Blue) = 185+187+149=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB95 is #46446A. Grayscale: #B6B6B6. Windows color (decimal): -4605035 or 9812921. OLE color: 9812921.

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

Color convert

RGB 185 187 149 -
CMYK 0.01 0 0.20 0.27
HSL 63.16º 0.22% 0.66% -
HSV(B) 63.16º 0.2% 0.73% -
XYZ 43.2 48.02 35.43 -
YUV 182.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 185 187 149 0.01 0 0.20 0.27 63.16 0.22 0.66
Hex B9 BB 95 1 0 14 1B 3F 16 42
Octal 271 273 225 1 0 24 33 77 26 102
Binary 10111001 10111011 10010101 1 0 10100 11011 111111 10110 1000010

Color Harmonies of #B9BB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BB95

Black with #B9BB95

Text Example


Text Example

White with #B9BB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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