#ADC08C

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

Shades of Caper #ADC08C

Tints of Caper #ADC08C

Color information

#ADC08C (or 0xADC08C) is unknown color: approx Caper. HEX triplet: AD, C0 and 8C. RGB value is (173,192,140). Sum of RGB (Red+Green+Blue) = 173+192+140=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC08C is #523F73. Grayscale: #B4B4B4. Windows color (decimal): -5390196 or 9224365. OLE color: 9224365.

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

Color convert

RGB173192140-
CMYK0.1000.270.25
HSL81.92º29.21%65.1%-
HSV(B)81.92º27.08%75.29%-
XYZ40.8248.4832.02-
YUV180.39105.21122.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=34.26%
G=38.02%
B=27.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921400.1000.270.2581.9229.2165.1
HexADC08CA01B19521d41
Octal255300214120333112235101
Binary1010110111000000100011001010011011110011010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC08C; }

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

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

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

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

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

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

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

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