#CAD173

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

Shades of Deco #CAD173

Tints of Deco #CAD173

Color information

#CAD173 (or 0xCAD173) is unknown color: approx Deco. HEX triplet: CA, D1 and 73. RGB value is (202,209,115). Sum of RGB (Red+Green+Blue) = 202+209+115=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD173 is #352E8C. Grayscale: #C4C4C4. Windows color (decimal): -3485325 or 7590346. OLE color: 7590346.

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

Color convert

RGB202209115-
CMYK0.0300.450.18
HSL64.47º50.54%63.53%-
HSV(B)64.47º44.98%81.96%-
XYZ50.2559.425.04-
YUV196.1982.18132.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 115 (45.31% from 255) = 21.86%
R=38.40%
G=39.73%
B=21.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091150.0300.450.1864.4750.5463.53
HexCAD173302D12403340
Octal31232116330552210063100
Binary110010101101000111100111101011011001010000001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD173; }

 p { color: rgb(202,209,115); }

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

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

 a { background-color: rgb(202,209,115); }

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

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

 span { border-color: rgb(202,209,115); }

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