#CAD196

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

Shades of Green Mist #CAD196

Tints of Green Mist #CAD196

Color information

#CAD196 (or 0xCAD196) is unknown color: approx Green Mist. HEX triplet: CA, D1 and 96. RGB value is (202,209,150). Sum of RGB (Red+Green+Blue) = 202+209+150=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD196 is #352E69. Grayscale: #C8C8C8. Windows color (decimal): -3485290 or 9884106. OLE color: 9884106.

HSL color Cylindrical-coordinate representation of color #CAD196: hue angle of 67.12º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAD196 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB202209150-
CMYK0.0300.280.18
HSL67.12º39.07%70.39%-
HSV(B)67.12º28.23%81.96%-
XYZ52.6660.3637.73-
YUV200.1899.68129.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 209 (82.03% from 255) = 37.25%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=36.01%
G=37.25%
B=26.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091500.0300.280.1867.1239.0770.39
HexCAD196301C12432746
Octal31232122630342210347106
Binary110010101101000110010110110111001001010000111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD196; }

 p { color: rgb(202,209,150); }

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

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

 a { background-color: rgb(202,209,150); }

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

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

 span { border-color: rgb(202,209,150); }

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