Shades of Bahia #A8B919
Tints of Bahia #A8B919
RGB
CMYK
RGB Variations
Color information
#A8B919 (or 0xA8B919) is known color: Bahia. HEX triplet: A8, B9 and 19. RGB value is (168,185,25). Sum of RGB (Red+Green+Blue) = 168+185+25=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B919 is #5746E6. Grayscale: #A2A2A2. Windows color (decimal): -5719783 or 1685928. OLE color: 1685928.
HSL color Cylindrical-coordinate representation of color #A8B919: hue angle of 66.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8B919 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 25 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.27 |
| HSL | 66.38º | 0.76% | 0.41% | - |
| HSV(B) | 66.38º | 0.86% | 0.73% | - |
| XYZ | 33.67 | 43.09 | 7.46 | - |
| YUV | 161.68 | 50.87 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 25 | 0.09 | 0 | 0.86 | 0.27 | 66.38 | 0.76 | 0.41 |
| Hex | A8 | B9 | 19 | 9 | 0 | 56 | 1B | 42 | 4C | 29 |
| Octal | 250 | 271 | 31 | 11 | 0 | 126 | 33 | 102 | 114 | 51 |
| Binary | 10101000 | 10111001 | 11001 | 1001 | 0 | 1010110 | 11011 | 1000010 | 1001100 | 101001 |
Color Harmonies of #A8B919
Complementary color
Monochromatic Colors of #A8B919
Black with #A8B919
Text Example
Text Example
White with #A8B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B919; }
p { color: rgb(168,185,25); }
H1.HeaderClassName
{
color: #A8B919;
}
.AnyTagClassName
{
color: #A8B919;
}
</style>
background-color css
<style>
a { background-color: #A8B919; }
a { background-color: rgb(168,185,25); }
div.DivClassName
{
background-color: #A8B919;
}
.BgClassName
{
background-color: #A8B919;
}
</style>
border-color css
<style>
span { border-color: #A8B919; }
span { border-color: rgb(168,185,25); }
td.TdClassName
{
border-color: #A8B919;
}
.TagClassName
{
border-color: #A8B919;
}
</style>