#B9B999

Color #B9B999 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #B9B999

Tints of Green Mist #B9B999

Color information

#B9B999 (or 0xB9B999) is unknown color: approx Green Mist. HEX triplet: B9, B9 and 99. RGB value is (185,185,153). Sum of RGB (Red+Green+Blue) = 185+185+153=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B999 is #464666. Grayscale: #B5B5B5. Windows color (decimal): -4605543 or 10074553. OLE color: 10074553.

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

Color convert

RGB185185153-
CMYK000.170.27
HSL60º18.6%66.27%-
HSV(B)60º17.3%72.55%-
XYZ43.1147.3137-
YUV181.35112130.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=35.37%
G=35.37%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185185153000.170.276018.666.27
HexB9B99900111B3c1342
Octal2712712310021337423102
Binary101110011011100110011001001000111011111100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B999; }

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

 H1.HeaderClassName
 {
   color: #B9B999;
 }
 .AnyTagClassName
 {
   color: #B9B999;
 }
</style>
background-color css

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

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

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

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

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

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