#C0C091

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

Shades of Green Mist #C0C091

Tints of Green Mist #C0C091

Color information

#C0C091 (or 0xC0C091) is unknown color: approx Green Mist. HEX triplet: C0, C0 and 91. RGB value is (192,192,145). Sum of RGB (Red+Green+Blue) = 192+192+145=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C091 is #3F3F6E. Grayscale: #BABABA. Windows color (decimal): -4145007 or 9552064. OLE color: 9552064.

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

Color convert

RGB192192145-
CMYK000.240.25
HSL60º27.17%66.08%-
HSV(B)60º24.48%75.29%-
XYZ45.750.9534.21-
YUV186.64104.5131.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=36.29%
G=36.29%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192145000.240.256027.1766.08
HexC0C0910018193c1b42
Octal3003002210030317433102
Binary110000001100000010010001001100011001111100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C091; }

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

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

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

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

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

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

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

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