#ADC16C

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

Shades of Caper #ADC16C

Tints of Caper #ADC16C

Color information

#ADC16C (or 0xADC16C) is unknown color: approx Caper. HEX triplet: AD, C1 and 6C. RGB value is (173,193,108). Sum of RGB (Red+Green+Blue) = 173+193+108=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC16C is #523E93. Grayscale: #B1B1B1. Windows color (decimal): -5389972 or 7127469. OLE color: 7127469.

HSL color Cylindrical-coordinate representation of color #ADC16C: hue angle of 74.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC16C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB173193108-
CMYK0.1000.440.24
HSL74.12º40.67%59.02%-
HSV(B)74.12º44.04%75.69%-
XYZ39.0148.1121.42-
YUV177.3388.87124.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=36.50%
G=40.72%
B=22.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931080.1000.440.2474.1240.6759.02
HexADC16CA02C184a293b
Octal25530115412054301125173
Binary1010110111000001110110010100101100110001001010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC16C; }

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

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

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

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

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

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

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

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