Shades of Bahia #A8B419
Tints of Bahia #A8B419
RGB
CMYK
RGB Variations
Color information
#A8B419 (or 0xA8B419) is known color: Bahia. HEX triplet: A8, B4 and 19. RGB value is (168,180,25). Sum of RGB (Red+Green+Blue) = 168+180+25=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B419 is #574BE6. Grayscale: #9F9F9F. Windows color (decimal): -5721063 or 1684648. OLE color: 1684648.
HSL color Cylindrical-coordinate representation of color #A8B419: hue angle of 64.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 #A8B419 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 25 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.29 |
| HSL | 64.65º | 0.76% | 0.4% | - |
| HSV(B) | 64.65º | 0.86% | 0.71% | - |
| XYZ | 32.65 | 41.04 | 7.12 | - |
| YUV | 158.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 25 | 0.07 | 0 | 0.86 | 0.29 | 64.65 | 0.76 | 0.4 |
| Hex | A8 | B4 | 19 | 7 | 0 | 56 | 1D | 41 | 4C | 28 |
| Octal | 250 | 264 | 31 | 7 | 0 | 126 | 35 | 101 | 114 | 50 |
| Binary | 10101000 | 10110100 | 11001 | 111 | 0 | 1010110 | 11101 | 1000001 | 1001100 | 101000 |
Color Harmonies of #A8B419
Complementary color
Monochromatic Colors of #A8B419
Black with #A8B419
Text Example
Text Example
White with #A8B419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B419; }
p { color: rgb(168,180,25); }
H1.HeaderClassName
{
color: #A8B419;
}
.AnyTagClassName
{
color: #A8B419;
}
</style>
background-color css
<style>
a { background-color: #A8B419; }
a { background-color: rgb(168,180,25); }
div.DivClassName
{
background-color: #A8B419;
}
.BgClassName
{
background-color: #A8B419;
}
</style>
border-color css
<style>
span { border-color: #A8B419; }
span { border-color: rgb(168,180,25); }
td.TdClassName
{
border-color: #A8B419;
}
.TagClassName
{
border-color: #A8B419;
}
</style>