Shades of Bahia #A8B519
Tints of Bahia #A8B519
RGB
CMYK
RGB Variations
Color information
#A8B519 (or 0xA8B519) is known color: Bahia. HEX triplet: A8, B5 and 19. RGB value is (168,181,25). Sum of RGB (Red+Green+Blue) = 168+181+25=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B519 is #574AE6. Grayscale: #9F9F9F. Windows color (decimal): -5720807 or 1684904. OLE color: 1684904.
HSL color Cylindrical-coordinate representation of color #A8B519: hue angle of 65º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8B519 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 25 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.29 |
| HSL | 65º | 0.76% | 0.4% | - |
| HSV(B) | 65º | 0.86% | 0.71% | - |
| XYZ | 32.85 | 41.44 | 7.19 | - |
| YUV | 159.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 25 | 0.07 | 0 | 0.86 | 0.29 | 65 | 0.76 | 0.4 |
| Hex | A8 | B5 | 19 | 7 | 0 | 56 | 1D | 41 | 4C | 28 |
| Octal | 250 | 265 | 31 | 7 | 0 | 126 | 35 | 101 | 114 | 50 |
| Binary | 10101000 | 10110101 | 11001 | 111 | 0 | 1010110 | 11101 | 1000001 | 1001100 | 101000 |
Color Harmonies of #A8B519
Complementary color
Monochromatic Colors of #A8B519
Black with #A8B519
Text Example
Text Example
White with #A8B519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B519; }
p { color: rgb(168,181,25); }
H1.HeaderClassName
{
color: #A8B519;
}
.AnyTagClassName
{
color: #A8B519;
}
</style>
background-color css
<style>
a { background-color: #A8B519; }
a { background-color: rgb(168,181,25); }
div.DivClassName
{
background-color: #A8B519;
}
.BgClassName
{
background-color: #A8B519;
}
</style>
border-color css
<style>
span { border-color: #A8B519; }
span { border-color: rgb(168,181,25); }
td.TdClassName
{
border-color: #A8B519;
}
.TagClassName
{
border-color: #A8B519;
}
</style>