#C0C090

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

Shades of Green Mist #C0C090

Tints of Green Mist #C0C090

Color information

#C0C090 (or 0xC0C090) is unknown color: approx Green Mist. HEX triplet: C0, C0 and 90. RGB value is (192,192,144). Sum of RGB (Red+Green+Blue) = 192+192+144=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C090 is #3F3F6F. Grayscale: #BABABA. Windows color (decimal): -4145008 or 9486528. OLE color: 9486528.

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

Color convert

RGB192192144-
CMYK000.250.25
HSL60º27.59%65.88%-
HSV(B)60º25%75.29%-
XYZ45.6250.9233.81-
YUV186.53104131.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192144000.250.256027.5965.88
HexC0C0900019193c1c42
Octal3003002200031317434102
Binary110000001100000010010000001100111001111100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C090; }

 p { color: rgb(192,192,144); }

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

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

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

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

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

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

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