#B6C095

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

Shades of Green Mist #B6C095

Tints of Green Mist #B6C095

Color information

#B6C095 (or 0xB6C095) is unknown color: approx Green Mist. HEX triplet: B6, C0 and 95. RGB value is (182,192,149). Sum of RGB (Red+Green+Blue) = 182+192+149=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C095 is #493F6A. Grayscale: #B8B8B8. Windows color (decimal): -4800363 or 9814198. OLE color: 9814198.

HSL color Cylindrical-coordinate representation of color #B6C095: hue angle of 73.95º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6C095 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB182192149-
CMYK0.0500.220.25
HSL73.95º25.44%66.86%-
HSV(B)73.95º22.4%75.29%-
XYZ43.5749.8135.75-
YUV184.11108.19126.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=34.80%
G=36.71%
B=28.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921490.0500.220.2573.9525.4466.86
HexB6C0955016194a1943
Octal26630022550263111231103
Binary101101101100000010010101101010110110011001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C095; }

 p { color: rgb(182,192,149); }

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

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

 a { background-color: rgb(182,192,149); }

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

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

 span { border-color: rgb(182,192,149); }

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