#ADC285

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

Shades of Caper #ADC285

Tints of Caper #ADC285

Color information

#ADC285 (or 0xADC285) is unknown color: approx Caper. HEX triplet: AD, C2 and 85. RGB value is (173,194,133). Sum of RGB (Red+Green+Blue) = 173+194+133=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC285 is #523D7A. Grayscale: #B4B4B4. Windows color (decimal): -5389691 or 8766125. OLE color: 8766125.

HSL color Cylindrical-coordinate representation of color #ADC285: hue angle of 80.66º 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 #ADC285 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB173194133-
CMYK0.1100.310.24
HSL80.66º33.33%64.12%-
HSV(B)80.66º31.44%76.08%-
XYZ40.7649.1629.53-
YUV180.77101.04122.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=34.6%
G=38.8%
B=26.6%

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
Decimal1731941330.1100.310.2480.6633.3364.12
HexADC285B01F18512140
Octal255302205130373012141100
Binary10101101110000101000010110110111111100010100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC285; }

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

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

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

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

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

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

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

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