#B9BC9C

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

Shades of Green Mist #B9BC9C

Tints of Green Mist #B9BC9C

Color information

#B9BC9C (or 0xB9BC9C) is unknown color: approx Green Mist. HEX triplet: B9, BC and 9C. RGB value is (185,188,156). Sum of RGB (Red+Green+Blue) = 185+188+156=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BC9C is #464363. Grayscale: #B7B7B7. Windows color (decimal): -4604772 or 10271929. OLE color: 10271929.

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

Color convert

RGB185188156-
CMYK0.0200.170.26
HSL65.62º19.28%67.45%-
HSV(B)65.62º17.02%73.73%-
XYZ43.9948.6838.53-
YUV183.46112.51129.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=34.97%
G=35.54%
B=29.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881560.0200.170.2665.6219.2867.45
HexB9BC9C20111A421343
Octal27127423420213210223103
Binary10111001101111001001110010010001110101000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC9C; }

 p { color: rgb(185,188,156); }

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

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

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

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

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

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

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