#A8BB80

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

Shades of Caper #A8BB80

Tints of Caper #A8BB80

Color information

#A8BB80 (or 0xA8BB80) is unknown color: approx Caper. HEX triplet: A8, BB and 80. RGB value is (168,187,128). Sum of RGB (Red+Green+Blue) = 168+187+128=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB80 is #57447F. Grayscale: #AEAEAE. Windows color (decimal): -5719168 or 8436648. OLE color: 8436648.

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

Color convert

RGB168187128-
CMYK0.1000.320.27
HSL79.32º30.26%61.76%-
HSV(B)79.32º31.55%73.33%-
XYZ37.8245.4227.2-
YUV174.59101.71123.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=34.78%
G=38.72%
B=26.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871280.1000.320.2779.3230.2661.76
HexA8BB80A0201B4f1e3e
Octal25027320012040331173676
Binary1010100010111011100000001010010000011011100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB80; }

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

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

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

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

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

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

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

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