Html Css Color HEX #B9B996 Green Mist

📋 copy color: '#B9B996'

red 185 ◦ green 185 ◦ blue 150

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

Shades of Green Mist #B9B996

Tints of Green Mist #B9B996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

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

R = 35.58%
G = 35.58%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B9B996 (or 0xB9B996) is known color: Green Mist. HEX triplet: B9, B9 and 96. RGB value is (185,185,150). Sum of RGB (Red+Green+Blue) = 185+185+150=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B996 is #464669. Grayscale: #B5B5B5. Windows color (decimal): -4605546 or 9877945. OLE color: 9877945.

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

Color convert

RGB 185 185 150 -
CMYK 0 0 0.19 0.27
HSL 60º 0.2% 0.66% -
HSV(B) 60º 0.19% 0.73% -
XYZ 42.86 47.21 35.71 -
YUV 181.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 185 185 150 0 0 0.19 0.27 60 0.2 0.66
Hex B9 B9 96 0 0 13 1B 3C 14 42
Octal 271 271 226 0 0 23 33 74 24 102
Binary 10111001 10111001 10010110 0 0 10011 11011 111100 10100 1000010

Color Harmonies of #B9B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B996

Black with #B9B996

Text Example


Text Example

White with #B9B996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B996; }

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

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

background-color css

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

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

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

border-color css

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

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

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