Html Css Color HEX #CACC9D Green Mist

📋 copy color: '#CACC9D'

red 202 ◦ green 204 ◦ blue 157

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

Shades of Green Mist #CACC9D

Tints of Green Mist #CACC9D

RGB

 RED value IS 202 (79.3% from 255) = 35.88%

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

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

R = 35.88%
G = 36.23%
B = 27.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CACC9D (or 0xCACC9D) is known color: Green Mist. HEX triplet: CA, CC and 9D. RGB value is (202,204,157). Sum of RGB (Red+Green+Blue) = 202+204+157=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC9D is #353362. Grayscale: #C6C6C6. Windows color (decimal): -3486563 or 10341578. OLE color: 10341578.

HSL color Cylindrical-coordinate representation of color #CACC9D: hue angle of 62.55º 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 #CACC9D is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 157 -
CMYK 0.01 0 0.23 0.2
HSL 62.55º 0.32% 0.71% -
HSV(B) 62.55º 0.23% 0.8% -
XYZ 52.04 58.18 40.38 -
YUV 198.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 202 204 157 0.01 0 0.23 0.2 62.55 0.32 0.71
Hex CA CC 9D 1 0 17 14 3F 20 47
Octal 312 314 235 1 0 27 24 77 40 107
Binary 11001010 11001100 10011101 1 0 10111 10100 111111 100000 1000111

Color Harmonies of #CACC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACC9D

Black with #CACC9D

Text Example


Text Example

White with #CACC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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