#A8BE7A

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

Shades of Caper #A8BE7A

Tints of Caper #A8BE7A

Color information

#A8BE7A (or 0xA8BE7A) is unknown color: approx Caper. HEX triplet: A8, BE and 7A. RGB value is (168,190,122). Sum of RGB (Red+Green+Blue) = 168+190+122=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE7A is #574185. Grayscale: #AFAFAF. Windows color (decimal): -5718406 or 8044200. OLE color: 8044200.

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

Color convert

RGB168190122-
CMYK0.1200.360.25
HSL79.41º34.34%61.18%-
HSV(B)79.41º35.79%74.51%-
XYZ38.0746.5625.39-
YUV175.6797.71122.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=35%
G=39.58%
B=25.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901220.1200.360.2579.4134.3461.18
HexA8BE7AC024194f223d
Octal25027617214044311174275
Binary1010100010111110111101011000100100110011001111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE7A; }

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

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

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

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

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

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

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

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