Html Css Color HEX #C2C590 Green Mist

📋 copy color: '#C2C590'

red 194 ◦ green 197 ◦ blue 144

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

Shades of Green Mist #C2C590

Tints of Green Mist #C2C590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.92%

R = 36.26%
G = 36.82%
B = 26.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C2C590 (or 0xC2C590) is known color: Green Mist. HEX triplet: C2, C5 and 90. RGB value is (194,197,144). Sum of RGB (Red+Green+Blue) = 194+197+144=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C590 is #3D3A6F. Grayscale: #BEBEBE. Windows color (decimal): -4012656 or 9487810. OLE color: 9487810.

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

Color convert

RGB 194 197 144 -
CMYK 0.02 0 0.27 0.23
HSL 63.4º 0.31% 0.67% -
HSV(B) 63.4º 0.27% 0.77% -
XYZ 47.25 53.42 34.21 -
YUV 190.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 194 197 144 0.02 0 0.27 0.23 63.4 0.31 0.67
Hex C2 C5 90 2 0 1B 17 3F 1F 43
Octal 302 305 220 2 0 33 27 77 37 103
Binary 11000010 11000101 10010000 10 0 11011 10111 111111 11111 1000011

Color Harmonies of #C2C590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C590

Black with #C2C590

Text Example


Text Example

White with #C2C590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C590; }

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

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

background-color css

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

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

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

border-color css

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

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

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