#ADC982

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

Shades of Caper #ADC982

Tints of Caper #ADC982

Color information

#ADC982 (or 0xADC982) is unknown color: approx Caper. HEX triplet: AD, C9 and 82. RGB value is (173,201,130). Sum of RGB (Red+Green+Blue) = 173+201+130=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC982 is #52367D. Grayscale: #B8B8B8. Windows color (decimal): -5387902 or 8571309. OLE color: 8571309.

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

Color convert

RGB173201130-
CMYK0.1400.350.21
HSL83.66º39.66%64.9%-
HSV(B)83.66º35.32%78.82%-
XYZ42.1552.2728.99-
YUV184.5397.22119.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 201 (78.91% from 255) = 39.88%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=34.33%
G=39.88%
B=25.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011300.1400.350.2183.6639.6664.9
HexADC982E02315542841
Octal255311202160432512450101
Binary101011011100100110000010111001000111010110101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC982; }

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

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

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

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

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

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

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

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