#ADC482

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

Shades of Caper #ADC482

Tints of Caper #ADC482

Color information

#ADC482 (or 0xADC482) is unknown color: approx Caper. HEX triplet: AD, C4 and 82. RGB value is (173,196,130). Sum of RGB (Red+Green+Blue) = 173+196+130=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC482 is #523B7D. Grayscale: #B5B5B5. Windows color (decimal): -5389182 or 8570029. OLE color: 8570029.

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

Color convert

RGB173196130-
CMYK0.1200.340.23
HSL80.91º35.87%63.92%-
HSV(B)80.91º33.67%76.86%-
XYZ4149.9828.6-
YUV181.698.88121.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=34.67%
G=39.28%
B=26.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961300.1200.340.2380.9135.8763.92
HexADC482C02217512440
Octal255304202140422712144100
Binary101011011100010010000010110001000101011110100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC482; }

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

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

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

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

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

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

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

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