#ADCA80

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

Shades of Caper #ADCA80

Tints of Caper #ADCA80

Color information

#ADCA80 (or 0xADCA80) is unknown color: approx Caper. HEX triplet: AD, CA and 80. RGB value is (173,202,128). Sum of RGB (Red+Green+Blue) = 173+202+128=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA80 is #52357F. Grayscale: #B9B9B9. Windows color (decimal): -5387648 or 8440493. OLE color: 8440493.

HSL color Cylindrical-coordinate representation of color #ADCA80: hue angle of 83.51º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADCA80 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB173202128-
CMYK0.1400.370.21
HSL83.51º41.11%64.71%-
HSV(B)83.51º36.63%79.22%-
XYZ42.2552.6828.36-
YUV184.8995.89119.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=34.39%
G=40.16%
B=25.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021280.1400.370.2183.5141.1164.71
HexADCA80E02515542941
Octal255312200160452512451101
Binary101011011100101010000000111001001011010110101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA80; }

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

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

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

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

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

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

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

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