#ADC082

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

Shades of Caper #ADC082

Tints of Caper #ADC082

Color information

#ADC082 (or 0xADC082) is unknown color: approx Caper. HEX triplet: AD, C0 and 82. RGB value is (173,192,130). Sum of RGB (Red+Green+Blue) = 173+192+130=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC082 is #523F7D. Grayscale: #B3B3B3. Windows color (decimal): -5390206 or 8569005. OLE color: 8569005.

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

Color convert

RGB173192130-
CMYK0.1000.320.25
HSL78.39º32.98%63.14%-
HSV(B)78.39º32.29%75.29%-
XYZ40.1148.228.31-
YUV179.25100.21123.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=34.95%
G=38.79%
B=26.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921300.1000.320.2578.3932.9863.14
HexADC082A020194e213f
Octal25530020212040311164177
Binary10101101110000001000001010100100000110011001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC082; }

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

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

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

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

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

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

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

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