#ADC76C

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

Shades of Caper #ADC76C

Tints of Caper #ADC76C

Color information

#ADC76C (or 0xADC76C) is unknown color: approx Caper. HEX triplet: AD, C7 and 6C. RGB value is (173,199,108). Sum of RGB (Red+Green+Blue) = 173+199+108=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC76C is #523893. Grayscale: #B5B5B5. Windows color (decimal): -5388436 or 7129005. OLE color: 7129005.

HSL color Cylindrical-coordinate representation of color #ADC76C: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC76C is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB173199108-
CMYK0.1300.460.22
HSL77.14º44.83%60.2%-
HSV(B)77.14º45.73%78.04%-
XYZ40.3650.8121.87-
YUV180.8586.89122.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=36.04%
G=41.46%
B=22.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991080.1300.460.2277.1444.8360.2
HexADC76CD02E164d2d3c
Octal25530715415056261155574
Binary1010110111000111110110011010101110101101001101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC76C; }

 p { color: rgb(173,199,108); }

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

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

 a { background-color: rgb(173,199,108); }

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

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

 span { border-color: rgb(173,199,108); }

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