#ADC987

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

Shades of Caper #ADC987

Tints of Caper #ADC987

Color information

#ADC987 (or 0xADC987) is unknown color: approx Caper. HEX triplet: AD, C9 and 87. RGB value is (173,201,135). Sum of RGB (Red+Green+Blue) = 173+201+135=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC987 is #523678. Grayscale: #B9B9B9. Windows color (decimal): -5387897 or 8898989. OLE color: 8898989.

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

Color convert

RGB173201135-
CMYK0.1400.330.21
HSL85.45º37.93%65.88%-
HSV(B)85.45º32.84%78.82%-
XYZ42.4952.4130.8-
YUV185.199.72119.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=33.99%
G=39.49%
B=26.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011350.1400.330.2185.4537.9365.88
HexADC987E02115552642
Octal255311207160412512546102
Binary101011011100100110000111111001000011010110101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC987; }

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

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

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

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

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

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

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

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