Html Css Color HEX #C4CA9C Green Mist

📋 copy color: '#C4CA9C'

red 196 ◦ green 202 ◦ blue 156

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

Shades of Green Mist #C4CA9C

Tints of Green Mist #C4CA9C

RGB

 RED value IS 196 (76.95% from 255) = 35.38%

 GREEN value IS 202 (79.3% from 255) = 36.46%

 BLUE value IS 156 (61.33% from 255) = 28.16%

R = 35.38%
G = 36.46%
B = 28.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C4CA9C (or 0xC4CA9C) is known color: Green Mist. HEX triplet: C4, CA and 9C. RGB value is (196,202,156). Sum of RGB (Red+Green+Blue) = 196+202+156=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CA9C is #3B3563. Grayscale: #C3C3C3. Windows color (decimal): -3880292 or 10275524. OLE color: 10275524.

HSL color Cylindrical-coordinate representation of color #C4CA9C: hue angle of 67.83º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4CA9C is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 156 -
CMYK 0.03 0 0.23 0.21
HSL 67.83º 0.3% 0.7% -
HSV(B) 67.83º 0.23% 0.79% -
XYZ 49.89 56.38 39.71 -
YUV 194.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 196 202 156 0.03 0 0.23 0.21 67.83 0.3 0.7
Hex C4 CA 9C 3 0 17 15 44 1E 46
Octal 304 312 234 3 0 27 25 104 36 106
Binary 11000100 11001010 10011100 11 0 10111 10101 1000100 11110 1000110

Color Harmonies of #C4CA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA9C

Black with #C4CA9C

Text Example


Text Example

White with #C4CA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA9C; }

 p { color: rgb(196,202,156); }

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

background-color css

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

 a { background-color: rgb(196,202,156); }

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

border-color css

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

 span { border-color: rgb(196,202,156); }

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