#ADC679

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

Shades of Caper #ADC679

Tints of Caper #ADC679

Color information

#ADC679 (or 0xADC679) is unknown color: approx Caper. HEX triplet: AD, C6 and 79. RGB value is (173,198,121). Sum of RGB (Red+Green+Blue) = 173+198+121=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC679 is #523986. Grayscale: #B6B6B6. Windows color (decimal): -5388679 or 7980717. OLE color: 7980717.

HSL color Cylindrical-coordinate representation of color #ADC679: hue angle of 79.48º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC679 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB173198121-
CMYK0.1300.390.22
HSL79.48º40.31%62.55%-
HSV(B)79.48º38.89%77.65%-
XYZ40.8850.6525.71-
YUV181.7593.72121.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=35.16%
G=40.24%
B=24.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981210.1300.390.2279.4840.3162.55
HexADC679D027164f283f
Octal25530617115047261175077
Binary1010110111000110111100111010100111101101001111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC679; }

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

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

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

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

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

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

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

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