#CAD29B

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

Shades of Green Mist #CAD29B

Tints of Green Mist #CAD29B

Color information

#CAD29B (or 0xCAD29B) is unknown color: approx Green Mist. HEX triplet: CA, D2 and 9B. RGB value is (202,210,155). Sum of RGB (Red+Green+Blue) = 202+210+155=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD29B is #352D64. Grayscale: #C9C9C9. Windows color (decimal): -3485029 or 10212042. OLE color: 10212042.

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

Color convert

RGB202210155-
CMYK0.0400.260.18
HSL68.73º37.93%71.57%-
HSV(B)68.73º26.19%82.35%-
XYZ53.3261.0239.98-
YUV201.34101.85128.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 210 (82.42% from 255) = 37.04%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=35.63%
G=37.04%
B=27.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101550.0400.260.1868.7337.9371.57
HexCAD29B401A12452648
Octal31232223340322210546110
Binary1100101011010010100110111000110101001010001011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD29B; }

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

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

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

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

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

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

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

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