#C6CC90

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

Shades of Green Mist #C6CC90

Tints of Green Mist #C6CC90

Color information

#C6CC90 (or 0xC6CC90) is unknown color: approx Green Mist. HEX triplet: C6, CC and 90. RGB value is (198,204,144). Sum of RGB (Red+Green+Blue) = 198+204+144=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CC90 is #39336F. Grayscale: #C3C3C3. Windows color (decimal): -3748720 or 9489606. OLE color: 9489606.

HSL color Cylindrical-coordinate representation of color #C6CC90: hue angle of 66º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6CC90 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB198204144-
CMYK0.0300.290.2
HSL66º37.04%68.24%-
HSV(B)66º29.41%80%-
XYZ49.9257.2134.8-
YUV195.3799.01129.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 144 (56.64% from 255) = 26.37%
R=36.26%
G=37.36%
B=26.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1982041440.0300.290.26637.0468.24
HexC6CC90301D14422544
Octal30631422030352410245104
Binary110001101100110010010000110111011010010000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CC90; }

 p { color: rgb(198,204,144); }

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

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

 a { background-color: rgb(198,204,144); }

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

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

 span { border-color: rgb(198,204,144); }

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