Html Css Color HEX #B9BB8D Green Mist

📋 copy color: '#B9BB8D'

red 185 ◦ green 187 ◦ blue 141

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

Shades of Green Mist #B9BB8D

Tints of Green Mist #B9BB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 36.06%
G = 36.45%
B = 27.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9BB8D (or 0xB9BB8D) is known color: Green Mist. HEX triplet: B9, BB and 8D. RGB value is (185,187,141). Sum of RGB (Red+Green+Blue) = 185+187+141=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB8D is #464472. Grayscale: #B5B5B5. Windows color (decimal): -4605043 or 9288633. OLE color: 9288633.

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

Color convert

RGB 185 187 141 -
CMYK 0.01 0 0.25 0.27
HSL 62.61º 0.25% 0.64% -
HSV(B) 62.61º 0.25% 0.73% -
XYZ 42.59 47.78 32.18 -
YUV 181.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 185 187 141 0.01 0 0.25 0.27 62.61 0.25 0.64
Hex B9 BB 8D 1 0 19 1B 3F 19 40
Octal 271 273 215 1 0 31 33 77 31 100
Binary 10111001 10111011 10001101 1 0 11001 11011 111111 11001 1000000

Color Harmonies of #B9BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BB8D

Black with #B9BB8D

Text Example


Text Example

White with #B9BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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