#A8BE71

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

Shades of Caper #A8BE71

Tints of Caper #A8BE71

Color information

#A8BE71 (or 0xA8BE71) is unknown color: approx Caper. HEX triplet: A8, BE and 71. RGB value is (168,190,113). Sum of RGB (Red+Green+Blue) = 168+190+113=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE71 is #57418E. Grayscale: #AEAEAE. Windows color (decimal): -5718415 or 7454376. OLE color: 7454376.

HSL color Cylindrical-coordinate representation of color #A8BE71: hue angle of 77.14º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8BE71 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB168190113-
CMYK0.1200.410.25
HSL77.14º37.2%59.41%-
HSV(B)77.14º40.53%74.51%-
XYZ37.5446.3422.59-
YUV174.6493.21123.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=35.67%
G=40.34%
B=23.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901130.1200.410.2577.1437.259.41
HexA8BE71C029194d253b
Octal25027616114051311154573
Binary1010100010111110111000111000101001110011001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE71; }

 p { color: rgb(168,190,113); }

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

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

 a { background-color: rgb(168,190,113); }

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

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

 span { border-color: rgb(168,190,113); }

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