#CAD09B

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

Shades of Green Mist #CAD09B

Tints of Green Mist #CAD09B

Color information

#CAD09B (or 0xCAD09B) is unknown color: approx Green Mist. HEX triplet: CA, D0 and 9B. RGB value is (202,208,155). Sum of RGB (Red+Green+Blue) = 202+208+155=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD09B is #352F64. Grayscale: #C8C8C8. Windows color (decimal): -3485541 or 10211530. OLE color: 10211530.

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

Color convert

RGB202208155-
CMYK0.0300.250.18
HSL66.79º36.05%71.18%-
HSV(B)66.79º25.48%81.57%-
XYZ52.8360.0339.81-
YUV200.16102.51129.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=35.75%
G=36.81%
B=27.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022081550.0300.250.1866.7936.0571.18
HexCAD09B301912432447
Octal31232023330312210344107
Binary110010101101000010011011110110011001010000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD09B; }

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

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

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

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

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

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

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

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