#A8BB7E

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

Shades of Caper #A8BB7E

Tints of Caper #A8BB7E

Color information

#A8BB7E (or 0xA8BB7E) is unknown color: approx Caper. HEX triplet: A8, BB and 7E. RGB value is (168,187,126). Sum of RGB (Red+Green+Blue) = 168+187+126=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB7E is #574481. Grayscale: #AEAEAE. Windows color (decimal): -5719170 or 8305576. OLE color: 8305576.

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

Color convert

RGB168187126-
CMYK0.1000.330.27
HSL78.69º30.96%61.37%-
HSV(B)78.69º32.62%73.33%-
XYZ37.6845.3726.51-
YUV174.36100.71123.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=34.93%
G=38.88%
B=26.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871260.1000.330.2778.6930.9661.37
HexA8BB7EA0211B4f1f3d
Octal25027317612041331173775
Binary101010001011101111111101010010000111011100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB7E; }

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

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

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

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

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

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

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

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