Html Css Color HEX #C4CA9E Green Mist

📋 copy color: '#C4CA9E'

red 196 ◦ green 202 ◦ blue 158

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

Shades of Green Mist #C4CA9E

Tints of Green Mist #C4CA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.42%

R = 35.25%
G = 36.33%
B = 28.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C4CA9E (or 0xC4CA9E) is known color: Green Mist. HEX triplet: C4, CA and 9E. RGB value is (196,202,158). Sum of RGB (Red+Green+Blue) = 196+202+158=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CA9E is #3B3561. Grayscale: #C3C3C3. Windows color (decimal): -3880290 or 10406596. OLE color: 10406596.

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

Color convert

RGB 196 202 158 -
CMYK 0.03 0 0.22 0.21
HSL 68.18º 0.29% 0.71% -
HSV(B) 68.18º 0.22% 0.79% -
XYZ 50.06 56.45 40.6 -
YUV 195.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 196 202 158 0.03 0 0.22 0.21 68.18 0.29 0.71
Hex C4 CA 9E 3 0 16 15 44 1D 47
Octal 304 312 236 3 0 26 25 104 35 107
Binary 11000100 11001010 10011110 11 0 10110 10101 1000100 11101 1000111

Color Harmonies of #C4CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA9E

Black with #C4CA9E

Text Example


Text Example

White with #C4CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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