#ADC080

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

Shades of Caper #ADC080

Tints of Caper #ADC080

Color information

#ADC080 (or 0xADC080) is unknown color: approx Caper. HEX triplet: AD, C0 and 80. RGB value is (173,192,128). Sum of RGB (Red+Green+Blue) = 173+192+128=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC080 is #523F7F. Grayscale: #B3B3B3. Windows color (decimal): -5390208 or 8437933. OLE color: 8437933.

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

Color convert

RGB173192128-
CMYK0.1000.330.25
HSL77.81º33.68%62.75%-
HSV(B)77.81º33.33%75.29%-
XYZ39.9848.1427.61-
YUV179.0299.21123.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=35.09%
G=38.95%
B=25.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921280.1000.330.2577.8133.6862.75
HexADC080A021194e223f
Octal25530020012041311164277
Binary10101101110000001000000010100100001110011001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC080; }

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

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

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

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

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

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

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

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