#B6B99D

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

Shades of Green Mist #B6B99D

Tints of Green Mist #B6B99D

Color information

#B6B99D (or 0xB6B99D) is unknown color: approx Green Mist. HEX triplet: B6, B9 and 9D. RGB value is (182,185,157). Sum of RGB (Red+Green+Blue) = 182+185+157=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B99D is #494662. Grayscale: #B5B5B5. Windows color (decimal): -4802147 or 10336694. OLE color: 10336694.

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

Color convert

RGB182185157-
CMYK0.0200.150.27
HSL66.43º16.67%67.06%-
HSV(B)66.43º15.14%72.55%-
XYZ42.7347.0838.73-
YUV180.91114.51128.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=34.73%
G=35.31%
B=29.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851570.0200.150.2766.4316.6767.06
HexB6B99D20F1B421143
Octal26627123520173310221103
Binary1011011010111001100111011001111110111000010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B99D; }

 p { color: rgb(182,185,157); }

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

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

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

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

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

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

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