#ADC484

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

Shades of Caper #ADC484

Tints of Caper #ADC484

Color information

#ADC484 (or 0xADC484) is unknown color: approx Caper. HEX triplet: AD, C4 and 84. RGB value is (173,196,132). Sum of RGB (Red+Green+Blue) = 173+196+132=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC484 is #523B7B. Grayscale: #B6B6B6. Windows color (decimal): -5389180 or 8701101. OLE color: 8701101.

HSL color Cylindrical-coordinate representation of color #ADC484: hue angle of 81.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC484 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB173196132-
CMYK0.1200.330.23
HSL81.56º35.16%64.31%-
HSV(B)81.56º32.65%76.86%-
XYZ41.1450.0329.32-
YUV181.8399.88121.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=34.53%
G=39.12%
B=26.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961320.1200.330.2381.5635.1664.31
HexADC484C02117522340
Octal255304204140412712243100
Binary101011011100010010000100110001000011011110100101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC484; }

 p { color: rgb(173,196,132); }

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

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

 a { background-color: rgb(173,196,132); }

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

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

 span { border-color: rgb(173,196,132); }

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