#C0C08D

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

Shades of Green Mist #C0C08D

Tints of Green Mist #C0C08D

Color information

#C0C08D (or 0xC0C08D) is unknown color: approx Green Mist. HEX triplet: C0, C0 and 8D. RGB value is (192,192,141). Sum of RGB (Red+Green+Blue) = 192+192+141=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C08D is #3F3F72. Grayscale: #BABABA. Windows color (decimal): -4145011 or 9289920. OLE color: 9289920.

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

Color convert

RGB192192141-
CMYK000.270.25
HSL60º28.81%65.29%-
HSV(B)60º26.56%75.29%-
XYZ45.450.8332.62-
YUV186.19102.5132.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=36.57%
G=36.57%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192141000.270.256028.8165.29
HexC0C08D001B193c1d41
Octal3003002150033317435101
Binary110000001100000010001101001101111001111100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C08D; }

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

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

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

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

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

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

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

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