#A8C079

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

Shades of Caper #A8C079

Tints of Caper #A8C079

Color information

#A8C079 (or 0xA8C079) is unknown color: approx Caper. HEX triplet: A8, C0 and 79. RGB value is (168,192,121). Sum of RGB (Red+Green+Blue) = 168+192+121=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C079 is #573F86. Grayscale: #B0B0B0. Windows color (decimal): -5717895 or 7979176. OLE color: 7979176.

HSL color Cylindrical-coordinate representation of color #A8C079: hue angle of 80.28º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8C079 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB168192121-
CMYK0.1200.370.25
HSL80.28º36.04%61.37%-
HSV(B)80.28º36.98%75.29%-
XYZ38.4547.425.21-
YUV176.7396.55121.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=34.93%
G=39.92%
B=25.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921210.1200.370.2580.2836.0461.37
HexA8C079C0251950243d
Octal25030017114045311204475
Binary1010100011000000111100111000100101110011010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C079; }

 p { color: rgb(168,192,121); }

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

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

 a { background-color: rgb(168,192,121); }

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

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

 span { border-color: rgb(168,192,121); }

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