#CAD097

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

Shades of Green Mist #CAD097

Tints of Green Mist #CAD097

Color information

#CAD097 (or 0xCAD097) is unknown color: approx Green Mist. HEX triplet: CA, D0 and 97. RGB value is (202,208,151). Sum of RGB (Red+Green+Blue) = 202+208+151=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD097 is #352F68. Grayscale: #C7C7C7. Windows color (decimal): -3485545 or 9949386. OLE color: 9949386.

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

Color convert

RGB202208151-
CMYK0.0300.270.18
HSL66.32º37.75%70.39%-
HSV(B)66.32º27.4%81.57%-
XYZ52.559.938.07-
YUV199.71100.51129.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=36.01%
G=37.08%
B=26.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022081510.0300.270.1866.3237.7570.39
HexCAD097301B12422646
Octal31232022730332210246106
Binary110010101101000010010111110110111001010000101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD097; }

 p { color: rgb(202,208,151); }

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

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

 a { background-color: rgb(202,208,151); }

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

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

 span { border-color: rgb(202,208,151); }

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