#ADC687

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

Shades of Caper #ADC687

Tints of Caper #ADC687

Color information

#ADC687 (or 0xADC687) is unknown color: approx Caper. HEX triplet: AD, C6 and 87. RGB value is (173,198,135). Sum of RGB (Red+Green+Blue) = 173+198+135=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC687 is #523978. Grayscale: #B7B7B7. Windows color (decimal): -5388665 or 8898221. OLE color: 8898221.

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

Color convert

RGB173198135-
CMYK0.1300.320.22
HSL83.81º35.59%65.29%-
HSV(B)83.81º31.82%77.65%-
XYZ41.851.0230.57-
YUV183.34100.72120.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=34.19%
G=39.13%
B=26.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981350.1300.320.2283.8135.5965.29
HexADC687D02016542441
Octal255306207150402612444101
Binary101011011100011010000111110101000001011010101001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC687; }

 p { color: rgb(173,198,135); }

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

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

 a { background-color: rgb(173,198,135); }

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

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

 span { border-color: rgb(173,198,135); }

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