#B8BC93

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

Shades of Green Mist #B8BC93

Tints of Green Mist #B8BC93

Color information

#B8BC93 (or 0xB8BC93) is unknown color: approx Green Mist. HEX triplet: B8, BC and 93. RGB value is (184,188,147). Sum of RGB (Red+Green+Blue) = 184+188+147=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BC93 is #47436C. Grayscale: #B6B6B6. Windows color (decimal): -4670317 or 9682104. OLE color: 9682104.

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

Color convert

RGB184188147-
CMYK0.0200.220.26
HSL65.85º23.43%65.69%-
HSV(B)65.85º21.81%73.73%-
XYZ43.0248.2634.65-
YUV182.13108.17129.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=35.45%
G=36.22%
B=28.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881470.0200.220.2665.8523.4365.69
HexB8BC9320161A421742
Octal27027422320263210227102
Binary10111000101111001001001110010110110101000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC93; }

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

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

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

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

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

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

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

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