#CAD596

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

Shades of Green Mist #CAD596

Tints of Green Mist #CAD596

Color information

#CAD596 (or 0xCAD596) is unknown color: approx Green Mist. HEX triplet: CA, D5 and 96. RGB value is (202,213,150). Sum of RGB (Red+Green+Blue) = 202+213+150=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD596 is #352A69. Grayscale: #CACACA. Windows color (decimal): -3484266 or 9885130. OLE color: 9885130.

HSL color Cylindrical-coordinate representation of color #CAD596: hue angle of 70.48º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAD596 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB202213150-
CMYK0.0500.300.16
HSL70.48º42.86%71.18%-
HSV(B)70.48º29.58%83.53%-
XYZ53.6662.3538.06-
YUV202.5398.36127.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=35.75%
G=37.70%
B=26.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131500.0500.300.1670.4842.8671.18
HexCAD596501E10462b47
Octal31232522650362010653107
Binary1100101011010101100101101010111101000010001101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD596; }

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

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

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

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

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

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

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

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