Html Css Color HEX #C2CC9D Green Mist

📋 copy color: '#C2CC9D'

red 194 ◦ green 204 ◦ blue 157

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

Shades of Green Mist #C2CC9D

Tints of Green Mist #C2CC9D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

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

R = 34.95%
G = 36.76%
B = 28.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#C2CC9D (or 0xC2CC9D) is known color: Green Mist. HEX triplet: C2, CC and 9D. RGB value is (194,204,157). Sum of RGB (Red+Green+Blue) = 194+204+157=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CC9D is #3D3362. Grayscale: #C3C3C3. Windows color (decimal): -4010851 or 10341570. OLE color: 10341570.

HSL color Cylindrical-coordinate representation of color #C2CC9D: hue angle of 72.77º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CC9D is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 157 -
CMYK 0.05 0 0.23 0.2
HSL 72.77º 0.32% 0.71% -
HSV(B) 72.77º 0.23% 0.8% -
XYZ 49.93 57.09 40.29 -
YUV 195.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 194 204 157 0.05 0 0.23 0.2 72.77 0.32 0.71
Hex C2 CC 9D 5 0 17 14 49 20 47
Octal 302 314 235 5 0 27 24 111 40 107
Binary 11000010 11001100 10011101 101 0 10111 10100 1001001 100000 1000111

Color Harmonies of #C2CC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC9D

Black with #C2CC9D

Text Example


Text Example

White with #C2CC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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