Html Css Color HEX #C4CA91 Green Mist

📋 copy color: '#C4CA91'

red 196 ◦ green 202 ◦ blue 145

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

Shades of Green Mist #C4CA91

Tints of Green Mist #C4CA91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.7%

R = 36.1%
G = 37.2%
B = 26.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C4CA91 (or 0xC4CA91) is known color: Green Mist. HEX triplet: C4, CA and 91. RGB value is (196,202,145). Sum of RGB (Red+Green+Blue) = 196+202+145=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CA91 is #3B356E. Grayscale: #C1C1C1. Windows color (decimal): -3880303 or 9554628. OLE color: 9554628.

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

Color convert

RGB 196 202 145 -
CMYK 0.03 0 0.28 0.21
HSL 66.32º 0.35% 0.68% -
HSV(B) 66.32º 0.28% 0.79% -
XYZ 49 56.02 35.02 -
YUV 193.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 196 202 145 0.03 0 0.28 0.21 66.32 0.35 0.68
Hex C4 CA 91 3 0 1C 15 42 23 44
Octal 304 312 221 3 0 34 25 102 43 104
Binary 11000100 11001010 10010001 11 0 11100 10101 1000010 100011 1000100

Color Harmonies of #C4CA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA91

Black with #C4CA91

Text Example


Text Example

White with #C4CA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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