#C0CD8D

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

Shades of Green Mist #C0CD8D

Tints of Green Mist #C0CD8D

Color information

#C0CD8D (or 0xC0CD8D) is unknown color: approx Green Mist. HEX triplet: C0, CD and 8D. RGB value is (192,205,141). Sum of RGB (Red+Green+Blue) = 192+205+141=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD8D is #3F3272. Grayscale: #C2C2C2. Windows color (decimal): -4141683 or 9293248. OLE color: 9293248.

HSL color Cylindrical-coordinate representation of color #C0CD8D: hue angle of 72.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0CD8D is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB192205141-
CMYK0.0600.310.20
HSL72.19º39.02%67.84%-
HSV(B)72.19º31.22%80.39%-
XYZ48.3856.7933.61-
YUV193.8298.19126.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=35.69%
G=38.10%
B=26.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922051410.0600.310.2072.1939.0267.84
HexC0CD8D601F14482744
Octal30031521560372411047104
Binary1100000011001101100011011100111111010010010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CD8D; }

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

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

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

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

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

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

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

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