#ADC76F

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

Shades of Caper #ADC76F

Tints of Caper #ADC76F

Color information

#ADC76F (or 0xADC76F) is unknown color: approx Caper. HEX triplet: AD, C7 and 6F. RGB value is (173,199,111). Sum of RGB (Red+Green+Blue) = 173+199+111=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC76F is #523890. Grayscale: #B5B5B5. Windows color (decimal): -5388433 or 7325613. OLE color: 7325613.

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

Color convert

RGB173199111-
CMYK0.1300.440.22
HSL77.73º44%60.78%-
HSV(B)77.73º44.22%78.04%-
XYZ40.5350.8822.72-
YUV181.1988.39122.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 199 (78.12% from 255) = 41.20%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=35.82%
G=41.20%
B=22.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991110.1300.440.2277.734460.78
HexADC76FD02C164e2c3d
Octal25530715715054261165475
Binary1010110111000111110111111010101100101101001110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC76F; }

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

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

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

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

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

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

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

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