#ADC86C

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

Shades of Caper #ADC86C

Tints of Caper #ADC86C

Color information

#ADC86C (or 0xADC86C) is unknown color: approx Caper. HEX triplet: AD, C8 and 6C. RGB value is (173,200,108). Sum of RGB (Red+Green+Blue) = 173+200+108=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC86C is #523793. Grayscale: #B5B5B5. Windows color (decimal): -5388180 or 7129261. OLE color: 7129261.

HSL color Cylindrical-coordinate representation of color #ADC86C: hue angle of 77.61º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC86C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB173200108-
CMYK0.1400.460.22
HSL77.61º45.54%60.39%-
HSV(B)77.61º46%78.43%-
XYZ40.5951.2821.94-
YUV181.4486.55121.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=35.97%
G=41.58%
B=22.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001080.1400.460.2277.6145.5460.39
HexADC86CE02E164e2e3c
Octal25531015416056261165674
Binary1010110111001000110110011100101110101101001110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC86C; }

 p { color: rgb(173,200,108); }

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

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

 a { background-color: rgb(173,200,108); }

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

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

 span { border-color: rgb(173,200,108); }

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