#ADC085

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

Shades of Caper #ADC085

Tints of Caper #ADC085

Color information

#ADC085 (or 0xADC085) is unknown color: approx Caper. HEX triplet: AD, C0 and 85. RGB value is (173,192,133). Sum of RGB (Red+Green+Blue) = 173+192+133=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC085 is #523F7A. Grayscale: #B3B3B3. Windows color (decimal): -5390203 or 8765613. OLE color: 8765613.

HSL color Cylindrical-coordinate representation of color #ADC085: hue angle of 79.32º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC085 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB173192133-
CMYK0.1000.310.25
HSL79.32º31.89%63.73%-
HSV(B)79.32º30.73%75.29%-
XYZ40.3248.2829.38-
YUV179.59101.71123.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=34.74%
G=38.55%
B=26.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921330.1000.310.2579.3231.8963.73
HexADC085A01F194f2040
Octal255300205120373111740100
Binary10101101110000001000010110100111111100110011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC085; }

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

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

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

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

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

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

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

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