Shades of Caper #A8BE7A
Tints of Caper #A8BE7A
RGB
CMYK
RGB Variations
Color information
#A8BE7A (or 0xA8BE7A) is known color: 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
| RGB | 168 | 190 | 122 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.25 |
| HSL | 79.41º | 0.34% | 0.61% | - |
| HSV(B) | 79.41º | 0.36% | 0.75% | - |
| XYZ | 38.07 | 46.56 | 25.39 | - |
| YUV | 175.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 122 | 0.12 | 0 | 0.36 | 0.25 | 79.41 | 0.34 | 0.61 |
| Hex | A8 | BE | 7A | C | 0 | 24 | 19 | 4F | 22 | 3D |
| Octal | 250 | 276 | 172 | 14 | 0 | 44 | 31 | 117 | 42 | 75 |
| Binary | 10101000 | 10111110 | 1111010 | 1100 | 0 | 100100 | 11001 | 1001111 | 100010 | 111101 |
Color Harmonies of #A8BE7A
Complementary color
Monochromatic Colors of #A8BE7A
Black with #A8BE7A
Text Example
Text Example
White with #A8BE7A
Text Example
Text Example
HTML Codes & Css Web 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>