#A8BE83

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

Shades of Caper #A8BE83

Tints of Caper #A8BE83

Color information

#A8BE83 (or 0xA8BE83) is unknown color: approx Caper. HEX triplet: A8, BE and 83. RGB value is (168,190,131). Sum of RGB (Red+Green+Blue) = 168+190+131=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE83 is #57417C. Grayscale: #B0B0B0. Windows color (decimal): -5718397 or 8634024. OLE color: 8634024.

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

Color convert

RGB168190131-
CMYK0.1200.310.25
HSL82.37º31.22%62.94%-
HSV(B)82.37º31.05%74.51%-
XYZ38.6646.7928.47-
YUV176.7102.21121.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=34.36%
G=38.85%
B=26.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901310.1200.310.2582.3731.2262.94
HexA8BE83C01F19521f3f
Octal25027620314037311223777
Binary101010001011111010000011110001111111001101001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE83; }

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

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

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

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

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

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

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

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