#ADC486

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

Shades of Caper #ADC486

Tints of Caper #ADC486

Color information

#ADC486 (or 0xADC486) is unknown color: approx Caper. HEX triplet: AD, C4 and 86. RGB value is (173,196,134). Sum of RGB (Red+Green+Blue) = 173+196+134=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC486 is #523B79. Grayscale: #B6B6B6. Windows color (decimal): -5389178 or 8832173. OLE color: 8832173.

HSL color Cylindrical-coordinate representation of color #ADC486: hue angle of 82.26º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC486 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB173196134-
CMYK0.1200.320.23
HSL82.26º34.44%64.71%-
HSV(B)82.26º31.63%76.86%-
XYZ41.2850.0930.05-
YUV182.06100.88121.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=34.39%
G=38.97%
B=26.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961340.1200.320.2382.2634.4464.71
HexADC486C02017522241
Octal255304206140402712242101
Binary101011011100010010000110110001000001011110100101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC486; }

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

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

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

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

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

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

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

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