#A8BA76

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

Shades of Caper #A8BA76

Tints of Caper #A8BA76

Color information

#A8BA76 (or 0xA8BA76) is unknown color: approx Caper. HEX triplet: A8, BA and 76. RGB value is (168,186,118). Sum of RGB (Red+Green+Blue) = 168+186+118=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA76 is #574589. Grayscale: #ADADAD. Windows color (decimal): -5719434 or 7781032. OLE color: 7781032.

HSL color Cylindrical-coordinate representation of color #A8BA76: hue angle of 75.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8BA76 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB168186118-
CMYK0.1000.370.27
HSL75.88º33.01%59.61%-
HSV(B)75.88º36.56%72.94%-
XYZ36.9844.7523.83-
YUV172.8797.04124.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 118 (46.48% from 255) = 25%
R=35.59%
G=39.41%
B=25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861180.1000.370.2775.8833.0159.61
HexA8BA76A0251B4c213c
Octal25027216612045331144174
Binary1010100010111010111011010100100101110111001100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA76; }

 p { color: rgb(168,186,118); }

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

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

 a { background-color: rgb(168,186,118); }

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

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

 span { border-color: rgb(168,186,118); }

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