Html Css Color HEX #B9BB93 Green Mist

📋 copy color: '#B9BB93'

red 185 ◦ green 187 ◦ blue 147

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

Shades of Green Mist #B9BB93

Tints of Green Mist #B9BB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 35.65%
G = 36.03%
B = 28.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B9BB93 (or 0xB9BB93) is known color: Green Mist. HEX triplet: B9, BB and 93. RGB value is (185,187,147). Sum of RGB (Red+Green+Blue) = 185+187+147=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB93 is #46446C. Grayscale: #B6B6B6. Windows color (decimal): -4605037 or 9681849. OLE color: 9681849.

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

Color convert

RGB 185 187 147 -
CMYK 0.01 0 0.21 0.27
HSL 63º 0.23% 0.65% -
HSV(B) 63º 0.21% 0.73% -
XYZ 43.04 47.96 34.59 -
YUV 181.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 185 187 147 0.01 0 0.21 0.27 63 0.23 0.65
Hex B9 BB 93 1 0 15 1B 3F 17 41
Octal 271 273 223 1 0 25 33 77 27 101
Binary 10111001 10111011 10010011 1 0 10101 11011 111111 10111 1000001

Color Harmonies of #B9BB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BB93

Black with #B9BB93

Text Example


Text Example

White with #B9BB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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