#ADC585

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

Shades of Caper #ADC585

Tints of Caper #ADC585

Color information

#ADC585 (or 0xADC585) is unknown color: approx Caper. HEX triplet: AD, C5 and 85. RGB value is (173,197,133). Sum of RGB (Red+Green+Blue) = 173+197+133=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC585 is #523A7A. Grayscale: #B6B6B6. Windows color (decimal): -5388923 or 8766893. OLE color: 8766893.

HSL color Cylindrical-coordinate representation of color #ADC585: hue angle of 82.5º degrees, saturation: 0.36, 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 #ADC585 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB173197133-
CMYK0.1200.320.23
HSL82.5º35.56%64.71%-
HSV(B)82.5º32.49%77.25%-
XYZ41.4350.5129.76-
YUV182.53100.05121.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=34.39%
G=39.17%
B=26.44%

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
Decimal1731971330.1200.320.2382.535.5664.71
HexADC585C02017522441
Octal255305205140402712244101
Binary101011011100010110000101110001000001011110100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC585; }

 p { color: rgb(173,197,133); }

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

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

 a { background-color: rgb(173,197,133); }

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

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

 span { border-color: rgb(173,197,133); }

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