#CAD49B

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

Shades of Green Mist #CAD49B

Tints of Green Mist #CAD49B

Color information

#CAD49B (or 0xCAD49B) is unknown color: approx Green Mist. HEX triplet: CA, D4 and 9B. RGB value is (202,212,155). Sum of RGB (Red+Green+Blue) = 202+212+155=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD49B is #352B64. Grayscale: #CACACA. Windows color (decimal): -3484517 or 10212554. OLE color: 10212554.

HSL color Cylindrical-coordinate representation of color #CAD49B: hue angle of 70.53º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAD49B is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB202212155-
CMYK0.0500.270.17
HSL70.53º39.86%71.96%-
HSV(B)70.53º26.89%83.14%-
XYZ53.8262.0140.14-
YUV202.51101.19127.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 155 (60.94% from 255) = 27.24%
R=35.50%
G=37.26%
B=27.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121550.0500.270.1770.5339.8671.96
HexCAD49B501B11472848
Octal31232423350332110750110
Binary1100101011010100100110111010110111000110001111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD49B; }

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

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

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

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

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

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

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

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