#A8BB7F

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

Shades of Caper #A8BB7F

Tints of Caper #A8BB7F

Color information

#A8BB7F (or 0xA8BB7F) is unknown color: approx Caper. HEX triplet: A8, BB and 7F. RGB value is (168,187,127). Sum of RGB (Red+Green+Blue) = 168+187+127=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB7F is #574480. Grayscale: #AEAEAE. Windows color (decimal): -5719169 or 8371112. OLE color: 8371112.

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

Color convert

RGB168187127-
CMYK0.1000.320.27
HSL79º30.61%61.57%-
HSV(B)79º32.09%73.33%-
XYZ37.7545.426.85-
YUV174.48101.21123.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 127 (50% from 255) = 26.35%
R=34.85%
G=38.80%
B=26.35%

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
Decimal1681871270.1000.320.277930.6161.57
HexA8BB7FA0201B4f1f3e
Octal25027317712040331173776
Binary101010001011101111111111010010000011011100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB7F; }

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

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

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

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

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

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

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

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