#ADCA79

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

Shades of Caper #ADCA79

Tints of Caper #ADCA79

Color information

#ADCA79 (or 0xADCA79) is unknown color: approx Caper. HEX triplet: AD, CA and 79. RGB value is (173,202,121). Sum of RGB (Red+Green+Blue) = 173+202+121=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA79 is #523586. Grayscale: #B8B8B8. Windows color (decimal): -5387655 or 7981741. OLE color: 7981741.

HSL color Cylindrical-coordinate representation of color #ADCA79: hue angle of 81.48º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCA79 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB173202121-
CMYK0.1400.400.21
HSL81.48º43.32%63.33%-
HSV(B)81.48º40.1%79.22%-
XYZ41.8152.5126.02-
YUV184.192.39120.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=34.88%
G=40.73%
B=24.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021210.1400.400.2181.4843.3263.33
HexADCA79E02815512b3f
Octal25531217116050251215377
Binary1010110111001010111100111100101000101011010001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA79; }

 p { color: rgb(173,202,121); }

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

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

 a { background-color: rgb(173,202,121); }

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

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

 span { border-color: rgb(173,202,121); }

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