#C0CD95

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

Shades of Green Mist #C0CD95

Tints of Green Mist #C0CD95

Color information

#C0CD95 (or 0xC0CD95) is unknown color: approx Green Mist. HEX triplet: C0, CD and 95. RGB value is (192,205,149). Sum of RGB (Red+Green+Blue) = 192+205+149=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD95 is #3F326A. Grayscale: #C2C2C2. Windows color (decimal): -4141675 or 9817536. OLE color: 9817536.

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

Color convert

RGB192205149-
CMYK0.0600.270.20
HSL73.93º35.9%69.41%-
HSV(B)73.93º27.32%80.39%-
XYZ48.9957.0436.86-
YUV194.73102.19126.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=35.16%
G=37.55%
B=27.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922051490.0600.270.2073.9335.969.41
HexC0CD95601B144a2445
Octal30031522560332411244105
Binary1100000011001101100101011100110111010010010101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CD95; }

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

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

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

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

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

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

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

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