#C6D292

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

Shades of Green Mist #C6D292

Tints of Green Mist #C6D292

Color information

#C6D292 (or 0xC6D292) is unknown color: approx Green Mist. HEX triplet: C6, D2 and 92. RGB value is (198,210,146). Sum of RGB (Red+Green+Blue) = 198+210+146=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D292 is #392D6D. Grayscale: #C7C7C7. Windows color (decimal): -3747182 or 9622214. OLE color: 9622214.

HSL color Cylindrical-coordinate representation of color #C6D292: hue angle of 71.25º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6D292 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB198210146-
CMYK0.0600.300.18
HSL71.25º41.56%69.8%-
HSV(B)71.25º30.48%82.35%-
XYZ51.5260.1736.09-
YUV199.1298.02127.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=35.74%
G=37.91%
B=26.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982101460.0600.300.1871.2541.5669.8
HexC6D292601E12472a46
Octal30632222260362210752106
Binary1100011011010010100100101100111101001010001111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D292; }

 p { color: rgb(198,210,146); }

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

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

 a { background-color: rgb(198,210,146); }

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

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

 span { border-color: rgb(198,210,146); }

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