#C0C092

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

Shades of Green Mist #C0C092

Tints of Green Mist #C0C092

Color information

#C0C092 (or 0xC0C092) is unknown color: approx Green Mist. HEX triplet: C0, C0 and 92. RGB value is (192,192,146). Sum of RGB (Red+Green+Blue) = 192+192+146=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C092 is #3F3F6D. Grayscale: #BABABA. Windows color (decimal): -4145006 or 9617600. OLE color: 9617600.

HSL color Cylindrical-coordinate representation of color #C0C092: 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 #C0C092 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192192146-
CMYK000.240.25
HSL60º26.74%66.27%-
HSV(B)60º23.96%75.29%-
XYZ45.7850.9834.62-
YUV186.76105131.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=36.23%
G=36.23%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192146000.240.256026.7466.27
HexC0C0920018193c1b42
Octal3003002220030317433102
Binary110000001100000010010010001100011001111100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C092; }

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

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

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

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

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

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

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

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