Shades of Bahia #A8B615
Tints of Bahia #A8B615
RGB
CMYK
RGB Variations
Color information
#A8B615 (or 0xA8B615) is known color: Bahia. HEX triplet: A8, B6 and 15. RGB value is (168,182,21). Sum of RGB (Red+Green+Blue) = 168+182+21=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B615 is #5749EA. Grayscale: #A0A0A0. Windows color (decimal): -5720555 or 1423016. OLE color: 1423016.
HSL color Cylindrical-coordinate representation of color #A8B615: hue angle of 65.22º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8B615 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 21 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.29 |
| HSL | 65.22º | 0.79% | 0.4% | - |
| HSV(B) | 65.22º | 0.88% | 0.71% | - |
| XYZ | 33.01 | 41.83 | 7.04 | - |
| YUV | 159.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 21 | 0.08 | 0 | 0.88 | 0.29 | 65.22 | 0.79 | 0.4 |
| Hex | A8 | B6 | 15 | 8 | 0 | 58 | 1D | 41 | 4F | 28 |
| Octal | 250 | 266 | 25 | 10 | 0 | 130 | 35 | 101 | 117 | 50 |
| Binary | 10101000 | 10110110 | 10101 | 1000 | 0 | 1011000 | 11101 | 1000001 | 1001111 | 101000 |
Color Harmonies of #A8B615
Complementary color
Monochromatic Colors of #A8B615
Black with #A8B615
Text Example
Text Example
White with #A8B615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B615; }
p { color: rgb(168,182,21); }
H1.HeaderClassName
{
color: #A8B615;
}
.AnyTagClassName
{
color: #A8B615;
}
</style>
background-color css
<style>
a { background-color: #A8B615; }
a { background-color: rgb(168,182,21); }
div.DivClassName
{
background-color: #A8B615;
}
.BgClassName
{
background-color: #A8B615;
}
</style>
border-color css
<style>
span { border-color: #A8B615; }
span { border-color: rgb(168,182,21); }
td.TdClassName
{
border-color: #A8B615;
}
.TagClassName
{
border-color: #A8B615;
}
</style>