#ADC980

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

Shades of Caper #ADC980

Tints of Caper #ADC980

Color information

#ADC980 (or 0xADC980) is unknown color: approx Caper. HEX triplet: AD, C9 and 80. RGB value is (173,201,128). Sum of RGB (Red+Green+Blue) = 173+201+128=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC980 is #52367F. Grayscale: #B8B8B8. Windows color (decimal): -5387904 or 8440237. OLE color: 8440237.

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

Color convert

RGB173201128-
CMYK0.1400.360.21
HSL83.01º40.33%64.51%-
HSV(B)83.01º36.32%78.82%-
XYZ42.0252.2228.29-
YUV184.3196.22119.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 201 (78.91% from 255) = 40.04%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=34.46%
G=40.04%
B=25.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011280.1400.360.2183.0140.3364.51
HexADC980E02415532841
Octal255311200160442512350101
Binary101011011100100110000000111001001001010110100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC980; }

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

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

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

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

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

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

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

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