#CACD9A

Color #CACD9A Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CACD9A

Tints of Green Mist #CACD9A

Color information

#CACD9A (or 0xCACD9A) is unknown color: approx Green Mist. HEX triplet: CA, CD and 9A. RGB value is (202,205,154). Sum of RGB (Red+Green+Blue) = 202+205+154=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACD9A is #353265. Grayscale: #C6C6C6. Windows color (decimal): -3486310 or 10145226. OLE color: 10145226.

HSL color Cylindrical-coordinate representation of color #CACD9A: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CACD9A is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB202205154-
CMYK0.0100.250.20
HSL63.53º33.77%70.39%-
HSV(B)63.53º24.88%80.39%-
XYZ52.0258.5539.13-
YUV198.29103.01130.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=36.01%
G=36.54%
B=27.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051540.0100.250.2063.5333.7770.39
HexCACD9A101914402246
Octal31231523210312410042106
Binary11001010110011011001101010110011010010000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD9A; }

 p { color: rgb(202,205,154); }

 H1.HeaderClassName
 {
   color: #CACD9A;
 }
 .AnyTagClassName
 {
   color: #CACD9A;
 }
</style>
background-color css

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

 a { background-color: rgb(202,205,154); }

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

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

 span { border-color: rgb(202,205,154); }

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