#C2C58B

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

Shades of Green Mist #C2C58B

Tints of Green Mist #C2C58B

Color information

#C2C58B (or 0xC2C58B) is unknown color: approx Green Mist. HEX triplet: C2, C5 and 8B. RGB value is (194,197,139). Sum of RGB (Red+Green+Blue) = 194+197+139=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C58B is #3D3A74. Grayscale: #BDBDBD. Windows color (decimal): -4012661 or 9160130. OLE color: 9160130.

HSL color Cylindrical-coordinate representation of color #C2C58B: hue angle of 63.1º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2C58B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB194197139-
CMYK0.0200.290.23
HSL63.1º33.33%65.88%-
HSV(B)63.1º29.44%77.25%-
XYZ46.8753.2732.24-
YUV189.4999.51131.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=36.60%
G=37.17%
B=26.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941971390.0200.290.2363.133.3365.88
HexC2C58B201D173f2142
Octal3023052132035277741102
Binary11000010110001011000101110011101101111111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C58B; }

 p { color: rgb(194,197,139); }

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

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

 a { background-color: rgb(194,197,139); }

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

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

 span { border-color: rgb(194,197,139); }

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