Html Css Color HEX #C2C29D Green Mist

📋 copy color: '#C2C29D'

red 194 ◦ green 194 ◦ blue 157

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

Shades of Green Mist #C2C29D

Tints of Green Mist #C2C29D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 157 (61.72% from 255) = 28.81%

R = 35.6%
G = 35.6%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2C29D (or 0xC2C29D) is known color: Green Mist. HEX triplet: C2, C2 and 9D. RGB value is (194,194,157). Sum of RGB (Red+Green+Blue) = 194+194+157=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C29D is #3D3D62. Grayscale: #BDBDBD. Windows color (decimal): -4013411 or 10339010. OLE color: 10339010.

HSL color Cylindrical-coordinate representation of color #C2C29D: hue angle of 60º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2C29D is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 194 157 -
CMYK 0 0 0.19 0.24
HSL 60º 0.23% 0.69% -
HSV(B) 60º 0.19% 0.76% -
XYZ 47.63 52.49 39.52 -
YUV 189.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 194 194 157 0 0 0.19 0.24 60 0.23 0.69
Hex C2 C2 9D 0 0 13 18 3C 17 45
Octal 302 302 235 0 0 23 30 74 27 105
Binary 11000010 11000010 10011101 0 0 10011 11000 111100 10111 1000101

Color Harmonies of #C2C29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C29D

Black with #C2C29D

Text Example


Text Example

White with #C2C29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C29D; }

 p { color: rgb(194,194,157); }

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

background-color css

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

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

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

border-color css

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

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

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