#ADC882

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

Shades of Caper #ADC882

Tints of Caper #ADC882

Color information

#ADC882 (or 0xADC882) is unknown color: approx Caper. HEX triplet: AD, C8 and 82. RGB value is (173,200,130). Sum of RGB (Red+Green+Blue) = 173+200+130=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC882 is #52377D. Grayscale: #B8B8B8. Windows color (decimal): -5388158 or 8571053. OLE color: 8571053.

HSL color Cylindrical-coordinate representation of color #ADC882: hue angle of 83.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADC882 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB173200130-
CMYK0.1400.350.22
HSL83.14º38.89%64.71%-
HSV(B)83.14º35%78.43%-
XYZ41.9251.828.91-
YUV183.9597.55120.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=34.39%
G=39.76%
B=25.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001300.1400.350.2283.1438.8964.71
HexADC882E02316532741
Octal255310202160432612347101
Binary101011011100100010000010111001000111011010100111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC882; }

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

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

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

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

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

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

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

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