Shades of Bahia #A8B019
Tints of Bahia #A8B019
RGB
CMYK
RGB Variations
Color information
#A8B019 (or 0xA8B019) is known color: Bahia. HEX triplet: A8, B0 and 19. RGB value is (168,176,25). Sum of RGB (Red+Green+Blue) = 168+176+25=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B019 is #574FE6. Grayscale: #9C9C9C. Windows color (decimal): -5722087 or 1683624. OLE color: 1683624.
HSL color Cylindrical-coordinate representation of color #A8B019: hue angle of 63.18º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8B019 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 25 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.31 |
| HSL | 63.18º | 0.75% | 0.39% | - |
| HSV(B) | 63.18º | 0.86% | 0.69% | - |
| XYZ | 31.85 | 39.45 | 6.85 | - |
| YUV | 156.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 25 | 0.05 | 0 | 0.86 | 0.31 | 63.18 | 0.75 | 0.39 |
| Hex | A8 | B0 | 19 | 5 | 0 | 56 | 1F | 3F | 4B | 27 |
| Octal | 250 | 260 | 31 | 5 | 0 | 126 | 37 | 77 | 113 | 47 |
| Binary | 10101000 | 10110000 | 11001 | 101 | 0 | 1010110 | 11111 | 111111 | 1001011 | 100111 |
Color Harmonies of #A8B019
Complementary color
Monochromatic Colors of #A8B019
Black with #A8B019
Text Example
Text Example
White with #A8B019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B019; }
p { color: rgb(168,176,25); }
H1.HeaderClassName
{
color: #A8B019;
}
.AnyTagClassName
{
color: #A8B019;
}
</style>
background-color css
<style>
a { background-color: #A8B019; }
a { background-color: rgb(168,176,25); }
div.DivClassName
{
background-color: #A8B019;
}
.BgClassName
{
background-color: #A8B019;
}
</style>
border-color css
<style>
span { border-color: #A8B019; }
span { border-color: rgb(168,176,25); }
td.TdClassName
{
border-color: #A8B019;
}
.TagClassName
{
border-color: #A8B019;
}
</style>