#ADC479

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

Shades of Caper #ADC479

Tints of Caper #ADC479

Color information

#ADC479 (or 0xADC479) is unknown color: approx Caper. HEX triplet: AD, C4 and 79. RGB value is (173,196,121). Sum of RGB (Red+Green+Blue) = 173+196+121=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC479 is #523B86. Grayscale: #B4B4B4. Windows color (decimal): -5389191 or 7980205. OLE color: 7980205.

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

Color convert

RGB173196121-
CMYK0.1200.380.23
HSL78.4º38.86%62.16%-
HSV(B)78.4º38.27%76.86%-
XYZ40.4249.7425.56-
YUV180.5794.38122.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=35.31%
G=40%
B=24.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961210.1200.380.2378.438.8662.16
HexADC479C026174e273e
Octal25530417114046271164776
Binary1010110111000100111100111000100110101111001110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC479; }

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

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

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

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

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

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

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

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