#ADC56B

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

Shades of Caper #ADC56B

Tints of Caper #ADC56B

Color information

#ADC56B (or 0xADC56B) is unknown color: approx Caper. HEX triplet: AD, C5 and 6B. RGB value is (173,197,107). Sum of RGB (Red+Green+Blue) = 173+197+107=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC56B is #523A94. Grayscale: #B3B3B3. Windows color (decimal): -5388949 or 7062957. OLE color: 7062957.

HSL color Cylindrical-coordinate representation of color #ADC56B: hue angle of 76º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC56B is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB173197107-
CMYK0.1200.460.23
HSL76º43.69%59.61%-
HSV(B)76º45.69%77.25%-
XYZ39.8549.8821.44-
YUV179.5687.05123.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=36.27%
G=41.30%
B=22.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731971070.1200.460.237643.6959.61
HexADC56BC02E174c2c3c
Octal25530515314056271145474
Binary1010110111000101110101111000101110101111001100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC56B; }

 p { color: rgb(173,197,107); }

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

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

 a { background-color: rgb(173,197,107); }

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

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

 span { border-color: rgb(173,197,107); }

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