#A8BA71

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

Shades of Caper #A8BA71

Tints of Caper #A8BA71

Color information

#A8BA71 (or 0xA8BA71) is unknown color: approx Caper. HEX triplet: A8, BA and 71. RGB value is (168,186,113). Sum of RGB (Red+Green+Blue) = 168+186+113=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA71 is #57458E. Grayscale: #ACACAC. Windows color (decimal): -5719439 or 7453352. OLE color: 7453352.

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

Color convert

RGB168186113-
CMYK0.1000.390.27
HSL74.79º34.6%58.63%-
HSV(B)74.79º39.25%72.94%-
XYZ36.6944.6322.3-
YUV172.394.54124.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=35.97%
G=39.83%
B=24.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861130.1000.390.2774.7934.658.63
HexA8BA71A0271B4b233b
Octal25027216112047331134373
Binary1010100010111010111000110100100111110111001011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA71; }

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

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

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

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

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

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

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

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