#ADC786

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

Shades of Caper #ADC786

Tints of Caper #ADC786

Color information

#ADC786 (or 0xADC786) is unknown color: approx Caper. HEX triplet: AD, C7 and 86. RGB value is (173,199,134). Sum of RGB (Red+Green+Blue) = 173+199+134=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC786 is #523879. Grayscale: #B8B8B8. Windows color (decimal): -5388410 or 8832941. OLE color: 8832941.

HSL color Cylindrical-coordinate representation of color #ADC786: hue angle of 84º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC786 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB173199134-
CMYK0.1300.330.22
HSL84º36.72%65.29%-
HSV(B)84º32.66%78.04%-
XYZ41.9651.4530.27-
YUV183.8299.89120.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=34.19%
G=39.33%
B=26.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991340.1300.330.228436.7265.29
HexADC786D02116542541
Octal255307206150412612445101
Binary101011011100011110000110110101000011011010101001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC786; }

 p { color: rgb(173,199,134); }

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

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

 a { background-color: rgb(173,199,134); }

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

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

 span { border-color: rgb(173,199,134); }

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