#ADC08D

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

Shades of Caper #ADC08D

Tints of Caper #ADC08D

Color information

#ADC08D (or 0xADC08D) is unknown color: approx Caper. HEX triplet: AD, C0 and 8D. RGB value is (173,192,141). Sum of RGB (Red+Green+Blue) = 173+192+141=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC08D is #523F72. Grayscale: #B4B4B4. Windows color (decimal): -5390195 or 9289901. OLE color: 9289901.

HSL color Cylindrical-coordinate representation of color #ADC08D: hue angle of 82.35º 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 #ADC08D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB173192141-
CMYK0.1000.270.25
HSL82.35º28.81%65.29%-
HSV(B)82.35º26.56%75.29%-
XYZ40.8948.5132.41-
YUV180.5105.71122.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=34.19%
G=37.94%
B=27.87%

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
Decimal1731921410.1000.270.2582.3528.8165.29
HexADC08DA01B19521d41
Octal255300215120333112235101
Binary1010110111000000100011011010011011110011010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC08D; }

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

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

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

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

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

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

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

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