Html Css Color HEX #C2C58E Green Mist

📋 copy color: '#C2C58E'

red 194 ◦ green 197 ◦ blue 142

#C2C58E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #C2C58E

Tints of Green Mist #C2C58E

RGB

 RED value IS 194 (76.17% from 255) = 36.4%

 GREEN value IS 197 (77.34% from 255) = 36.96%

 BLUE value IS 142 (55.86% from 255) = 26.64%

R = 36.4%
G = 36.96%
B = 26.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C2C58E (or 0xC2C58E) is known color: Green Mist. HEX triplet: C2, C5 and 8E. RGB value is (194,197,142). Sum of RGB (Red+Green+Blue) = 194+197+142=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C58E is #3D3A71. Grayscale: #BEBEBE. Windows color (decimal): -4012658 or 9356738. OLE color: 9356738.

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

Color convert

RGB 194 197 142 -
CMYK 0.02 0 0.28 0.23
HSL 63.27º 0.32% 0.66% -
HSV(B) 63.27º 0.28% 0.77% -
XYZ 47.1 53.35 33.41 -
YUV 189.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 194 197 142 0.02 0 0.28 0.23 63.27 0.32 0.66
Hex C2 C5 8E 2 0 1C 17 3F 20 42
Octal 302 305 216 2 0 34 27 77 40 102
Binary 11000010 11000101 10001110 10 0 11100 10111 111111 100000 1000010

Color Harmonies of #C2C58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C58E

Black with #C2C58E

Text Example


Text Example

White with #C2C58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C58E; }

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

 H1.HeaderClassName
 {
   color: #C2C58E;
 }
 .AnyTagClassName
 {
   color: #C2C58E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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