#ADC286

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

Shades of Caper #ADC286

Tints of Caper #ADC286

Color information

#ADC286 (or 0xADC286) is unknown color: approx Caper. HEX triplet: AD, C2 and 86. RGB value is (173,194,134). Sum of RGB (Red+Green+Blue) = 173+194+134=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC286 is #523D79. Grayscale: #B5B5B5. Windows color (decimal): -5389690 or 8831661. OLE color: 8831661.

HSL color Cylindrical-coordinate representation of color #ADC286: hue angle of 81º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC286 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB173194134-
CMYK0.1100.310.24
HSL81º32.97%64.31%-
HSV(B)81º30.93%76.08%-
XYZ40.8349.1929.9-
YUV180.88101.54122.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=34.53%
G=38.72%
B=26.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941340.1100.310.248132.9764.31
HexADC286B01F18512140
Octal255302206130373012141100
Binary10101101110000101000011010110111111100010100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC286; }

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

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

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

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

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

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

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

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