#B6C194

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

Shades of Green Mist #B6C194

Tints of Green Mist #B6C194

Color information

#B6C194 (or 0xB6C194) is unknown color: approx Green Mist. HEX triplet: B6, C1 and 94. RGB value is (182,193,148). Sum of RGB (Red+Green+Blue) = 182+193+148=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C194 is #493E6B. Grayscale: #B8B8B8. Windows color (decimal): -4800108 or 9748918. OLE color: 9748918.

HSL color Cylindrical-coordinate representation of color #B6C194: hue angle of 74.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6C194 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB182193148-
CMYK0.0600.230.24
HSL74.67º26.63%66.86%-
HSV(B)74.67º23.32%75.69%-
XYZ43.7150.2235.41-
YUV184.58107.36126.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=34.80%
G=36.90%
B=28.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821931480.0600.230.2474.6726.6366.86
HexB6C1946017184b1b43
Octal26630122460273011333103
Binary101101101100000110010100110010111110001001011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C194; }

 p { color: rgb(182,193,148); }

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

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

 a { background-color: rgb(182,193,148); }

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

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

 span { border-color: rgb(182,193,148); }

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