#B8BC96

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

Shades of Green Mist #B8BC96

Tints of Green Mist #B8BC96

Color information

#B8BC96 (or 0xB8BC96) is unknown color: approx Green Mist. HEX triplet: B8, BC and 96. RGB value is (184,188,150). Sum of RGB (Red+Green+Blue) = 184+188+150=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BC96 is #474369. Grayscale: #B6B6B6. Windows color (decimal): -4670314 or 9878712. OLE color: 9878712.

HSL color Cylindrical-coordinate representation of color #B8BC96: hue angle of 66.32º 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 #B8BC96 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB184188150-
CMYK0.0200.200.26
HSL66.32º22.09%66.27%-
HSV(B)66.32º20.21%73.73%-
XYZ43.2648.3635.91-
YUV182.47109.67129.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=35.25%
G=36.02%
B=28.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881500.0200.200.2666.3222.0966.27
HexB8BC9620141A421642
Octal27027422620243210226102
Binary10111000101111001001011010010100110101000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC96; }

 p { color: rgb(184,188,150); }

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

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

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

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

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

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

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