#C0C191

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

Shades of Green Mist #C0C191

Tints of Green Mist #C0C191

Color information

#C0C191 (or 0xC0C191) is unknown color: approx Green Mist. HEX triplet: C0, C1 and 91. RGB value is (192,193,145). Sum of RGB (Red+Green+Blue) = 192+193+145=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C191 is #3F3E6E. Grayscale: #BBBBBB. Windows color (decimal): -4144751 or 9552320. OLE color: 9552320.

HSL color Cylindrical-coordinate representation of color #C0C191: hue angle of 61.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0C191 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB192193145-
CMYK0.0100.250.24
HSL61.25º27.91%66.27%-
HSV(B)61.25º24.87%75.69%-
XYZ45.9251.3934.29-
YUV187.23104.17131.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=36.23%
G=36.42%
B=27.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931450.0100.250.2461.2527.9166.27
HexC0C1911019183d1c42
Octal3003012211031307534102
Binary110000001100000110010001101100111000111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C191; }

 p { color: rgb(192,193,145); }

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

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

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

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

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

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

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