Shades of Bahia #A8B72E
Tints of Bahia #A8B72E
RGB
CMYK
RGB Variations
Color information
#A8B72E (or 0xA8B72E) is known color: Bahia. HEX triplet: A8, B7 and 2E. RGB value is (168,183,46). Sum of RGB (Red+Green+Blue) = 168+183+46=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B72E is #5748D1. Grayscale: #A3A3A3. Windows color (decimal): -5720274 or 3061672. OLE color: 3061672.
HSL color Cylindrical-coordinate representation of color #A8B72E: hue angle of 66.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8B72E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 46 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.28 |
| HSL | 66.57º | 0.6% | 0.45% | - |
| HSV(B) | 66.57º | 0.75% | 0.72% | - |
| XYZ | 33.58 | 42.39 | 9 | - |
| YUV | 162.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 46 | 0.08 | 0 | 0.75 | 0.28 | 66.57 | 0.6 | 0.45 |
| Hex | A8 | B7 | 2E | 8 | 0 | 4B | 1C | 43 | 3C | 2D |
| Octal | 250 | 267 | 56 | 10 | 0 | 113 | 34 | 103 | 74 | 55 |
| Binary | 10101000 | 10110111 | 101110 | 1000 | 0 | 1001011 | 11100 | 1000011 | 111100 | 101101 |
Color Harmonies of #A8B72E
Complementary color
Monochromatic Colors of #A8B72E
Black with #A8B72E
Text Example
Text Example
White with #A8B72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B72E; }
p { color: rgb(168,183,46); }
H1.HeaderClassName
{
color: #A8B72E;
}
.AnyTagClassName
{
color: #A8B72E;
}
</style>
background-color css
<style>
a { background-color: #A8B72E; }
a { background-color: rgb(168,183,46); }
div.DivClassName
{
background-color: #A8B72E;
}
.BgClassName
{
background-color: #A8B72E;
}
</style>
border-color css
<style>
span { border-color: #A8B72E; }
span { border-color: rgb(168,183,46); }
td.TdClassName
{
border-color: #A8B72E;
}
.TagClassName
{
border-color: #A8B72E;
}
</style>