Shades of Bahia #A8B619
Tints of Bahia #A8B619
RGB
CMYK
RGB Variations
Color information
#A8B619 (or 0xA8B619) is known color: Bahia. HEX triplet: A8, B6 and 19. RGB value is (168,182,25). Sum of RGB (Red+Green+Blue) = 168+182+25=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B619 is #5749E6. Grayscale: #A0A0A0. Windows color (decimal): -5720551 or 1685160. OLE color: 1685160.
HSL color Cylindrical-coordinate representation of color #A8B619: hue angle of 65.35º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8B619 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 25 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.29 |
| HSL | 65.35º | 0.76% | 0.41% | - |
| HSV(B) | 65.35º | 0.86% | 0.71% | - |
| XYZ | 33.05 | 41.85 | 7.26 | - |
| YUV | 159.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 25 | 0.08 | 0 | 0.86 | 0.29 | 65.35 | 0.76 | 0.41 |
| Hex | A8 | B6 | 19 | 8 | 0 | 56 | 1D | 41 | 4C | 29 |
| Octal | 250 | 266 | 31 | 10 | 0 | 126 | 35 | 101 | 114 | 51 |
| Binary | 10101000 | 10110110 | 11001 | 1000 | 0 | 1010110 | 11101 | 1000001 | 1001100 | 101001 |
Color Harmonies of #A8B619
Complementary color
Monochromatic Colors of #A8B619
Black with #A8B619
Text Example
Text Example
White with #A8B619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B619; }
p { color: rgb(168,182,25); }
H1.HeaderClassName
{
color: #A8B619;
}
.AnyTagClassName
{
color: #A8B619;
}
</style>
background-color css
<style>
a { background-color: #A8B619; }
a { background-color: rgb(168,182,25); }
div.DivClassName
{
background-color: #A8B619;
}
.BgClassName
{
background-color: #A8B619;
}
</style>
border-color css
<style>
span { border-color: #A8B619; }
span { border-color: rgb(168,182,25); }
td.TdClassName
{
border-color: #A8B619;
}
.TagClassName
{
border-color: #A8B619;
}
</style>