#ADC86F

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

Shades of Caper #ADC86F

Tints of Caper #ADC86F

Color information

#ADC86F (or 0xADC86F) is unknown color: approx Caper. HEX triplet: AD, C8 and 6F. RGB value is (173,200,111). Sum of RGB (Red+Green+Blue) = 173+200+111=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC86F is #523790. Grayscale: #B6B6B6. Windows color (decimal): -5388177 or 7325869. OLE color: 7325869.

HSL color Cylindrical-coordinate representation of color #ADC86F: hue angle of 78.2º degrees, saturation: 0.45, 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 #ADC86F is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB173200111-
CMYK0.1400.440.22
HSL78.2º44.72%60.98%-
HSV(B)78.2º44.5%78.43%-
XYZ40.7651.3422.8-
YUV181.7888.05121.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=35.74%
G=41.32%
B=22.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001110.1400.440.2278.244.7260.98
HexADC86FE02C164e2d3d
Octal25531015716054261165575
Binary1010110111001000110111111100101100101101001110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC86F; }

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

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

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

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

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

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

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

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