#ADC18C

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

Shades of Caper #ADC18C

Tints of Caper #ADC18C

Color information

#ADC18C (or 0xADC18C) is unknown color: approx Caper. HEX triplet: AD, C1 and 8C. RGB value is (173,193,140). Sum of RGB (Red+Green+Blue) = 173+193+140=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC18C is #523E73. Grayscale: #B5B5B5. Windows color (decimal): -5389940 or 9224621. OLE color: 9224621.

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

Color convert

RGB173193140-
CMYK0.1000.270.24
HSL82.64º29.94%65.29%-
HSV(B)82.64º27.46%75.69%-
XYZ41.0448.9232.09-
YUV180.98104.87122.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=34.19%
G=38.14%
B=27.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931400.1000.270.2482.6429.9465.29
HexADC18CA01B18531e41
Octal255301214120333012336101
Binary1010110111000001100011001010011011110001010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC18C; }

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

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

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

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

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

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

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

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