#C0CA9C

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

Shades of Green Mist #C0CA9C

Tints of Green Mist #C0CA9C

Color information

#C0CA9C (or 0xC0CA9C) is unknown color: approx Green Mist. HEX triplet: C0, CA and 9C. RGB value is (192,202,156). Sum of RGB (Red+Green+Blue) = 192+202+156=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA9C is #3F3563. Grayscale: #C1C1C1. Windows color (decimal): -4142436 or 10275520. OLE color: 10275520.

HSL color Cylindrical-coordinate representation of color #C0CA9C: hue angle of 73.04º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CA9C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB192202156-
CMYK0.0500.230.21
HSL73.04º30.26%70.2%-
HSV(B)73.04º22.77%79.22%-
XYZ48.8655.8539.66-
YUV193.77106.69126.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=34.91%
G=36.73%
B=28.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021560.0500.230.2173.0430.2670.2
HexC0CA9C501715491e46
Octal30031223450272511136106
Binary110000001100101010011100101010111101011001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CA9C; }

 p { color: rgb(192,202,156); }

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

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

 a { background-color: rgb(192,202,156); }

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

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

 span { border-color: rgb(192,202,156); }

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