#CAD69C

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

Shades of Green Mist #CAD69C

Tints of Green Mist #CAD69C

Color information

#CAD69C (or 0xCAD69C) is unknown color: approx Green Mist. HEX triplet: CA, D6 and 9C. RGB value is (202,214,156). Sum of RGB (Red+Green+Blue) = 202+214+156=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD69C is #352963. Grayscale: #CCCCCC. Windows color (decimal): -3484004 or 10278602. OLE color: 10278602.

HSL color Cylindrical-coordinate representation of color #CAD69C: hue angle of 72.41º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAD69C is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB202214156-
CMYK0.0600.270.16
HSL72.41º41.43%72.55%-
HSV(B)72.41º27.1%83.92%-
XYZ54.463.0540.75-
YUV203.8101.02126.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=35.31%
G=37.41%
B=27.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141560.0600.270.1672.4141.4372.55
HexCAD69C601B10482949
Octal31232623460332011051111
Binary1100101011010110100111001100110111000010010001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD69C; }

 p { color: rgb(202,214,156); }

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

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

 a { background-color: rgb(202,214,156); }

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

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

 span { border-color: rgb(202,214,156); }

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