#A8BA81

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

Shades of Caper #A8BA81

Tints of Caper #A8BA81

Color information

#A8BA81 (or 0xA8BA81) is unknown color: approx Caper. HEX triplet: A8, BA and 81. RGB value is (168,186,129). Sum of RGB (Red+Green+Blue) = 168+186+129=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA81 is #57457E. Grayscale: #AEAEAE. Windows color (decimal): -5719423 or 8501928. OLE color: 8501928.

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

Color convert

RGB168186129-
CMYK0.1000.310.27
HSL78.95º29.23%61.76%-
HSV(B)78.95º30.65%72.94%-
XYZ37.6745.0327.47-
YUV174.12102.54123.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=34.78%
G=38.51%
B=26.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861290.1000.310.2778.9529.2361.76
HexA8BA81A01F1B4f1d3e
Octal25027220112037331173576
Binary101010001011101010000001101001111111011100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA81; }

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

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

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

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

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

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

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

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