#C0C88D

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

Shades of Green Mist #C0C88D

Tints of Green Mist #C0C88D

Color information

#C0C88D (or 0xC0C88D) is unknown color: approx Green Mist. HEX triplet: C0, C8 and 8D. RGB value is (192,200,141). Sum of RGB (Red+Green+Blue) = 192+200+141=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C88D is #3F3772. Grayscale: #BFBFBF. Windows color (decimal): -4142963 or 9291968. OLE color: 9291968.

HSL color Cylindrical-coordinate representation of color #C0C88D: hue angle of 68.14º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0C88D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB192200141-
CMYK0.0400.290.22
HSL68.14º34.91%66.86%-
HSV(B)68.14º29.5%78.43%-
XYZ47.254.4433.22-
YUV190.8899.85128.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 200 (78.52% from 255) = 37.52%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=36.02%
G=37.52%
B=26.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1922001410.0400.290.2268.1434.9166.86
HexC0C88D401D16442343
Octal30031021540352610443103
Binary1100000011001000100011011000111011011010001001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C88D; }

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

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

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

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

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

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

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

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