#A8BB81

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

Shades of Caper #A8BB81

Tints of Caper #A8BB81

Color information

#A8BB81 (or 0xA8BB81) is unknown color: approx Caper. HEX triplet: A8, BB and 81. RGB value is (168,187,129). Sum of RGB (Red+Green+Blue) = 168+187+129=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB81 is #57447E. Grayscale: #AEAEAE. Windows color (decimal): -5719167 or 8502184. OLE color: 8502184.

HSL color Cylindrical-coordinate representation of color #A8BB81: hue angle of 79.66º degrees, saturation: 0.3, 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 #A8BB81 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB168187129-
CMYK0.1000.310.27
HSL79.66º29.9%61.96%-
HSV(B)79.66º31.02%73.33%-
XYZ37.8845.4527.55-
YUV174.71102.21123.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=34.71%
G=38.64%
B=26.65%

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
Decimal1681871290.1000.310.2779.6629.961.96
HexA8BB81A01F1B501e3e
Octal25027320112037331203676
Binary101010001011101110000001101001111111011101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB81; }

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

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

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

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

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

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

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

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