#B6BC97

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

Shades of Green Mist #B6BC97

Tints of Green Mist #B6BC97

Color information

#B6BC97 (or 0xB6BC97) is unknown color: approx Green Mist. HEX triplet: B6, BC and 97. RGB value is (182,188,151). Sum of RGB (Red+Green+Blue) = 182+188+151=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BC97 is #494368. Grayscale: #B6B6B6. Windows color (decimal): -4801385 or 9944246. OLE color: 9944246.

HSL color Cylindrical-coordinate representation of color #B6BC97: hue angle of 69.73º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6BC97 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB182188151-
CMYK0.0300.200.26
HSL69.73º21.64%66.47%-
HSV(B)69.73º19.68%73.73%-
XYZ42.8648.1536.31-
YUV181.99110.51128.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 151 (59.38% from 255) = 28.98%
R=34.93%
G=36.08%
B=28.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881510.0300.200.2669.7321.6466.47
HexB6BC9730141A461642
Octal26627422730243210626102
Binary10110110101111001001011111010100110101000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BC97; }

 p { color: rgb(182,188,151); }

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

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

 a { background-color: rgb(182,188,151); }

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

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

 span { border-color: rgb(182,188,151); }

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