#ADC379

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

Shades of Caper #ADC379

Tints of Caper #ADC379

Color information

#ADC379 (or 0xADC379) is unknown color: approx Caper. HEX triplet: AD, C3 and 79. RGB value is (173,195,121). Sum of RGB (Red+Green+Blue) = 173+195+121=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC379 is #523C86. Grayscale: #B4B4B4. Windows color (decimal): -5389447 or 7979949. OLE color: 7979949.

HSL color Cylindrical-coordinate representation of color #ADC379: hue angle of 77.84º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC379 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB173195121-
CMYK0.1100.380.24
HSL77.84º38.14%61.96%-
HSV(B)77.84º37.95%76.47%-
XYZ40.249.2925.49-
YUV179.9994.71123.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=35.38%
G=39.88%
B=24.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951210.1100.380.2477.8438.1461.96
HexADC379B026184e263e
Octal25530317113046301164676
Binary1010110111000011111100110110100110110001001110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC379; }

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

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

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

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

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

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

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

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