Shades of Bahia #A8B520
Tints of Bahia #A8B520
RGB
CMYK
RGB Variations
Color information
#A8B520 (or 0xA8B520) is known color: Bahia. HEX triplet: A8, B5 and 20. RGB value is (168,181,32). Sum of RGB (Red+Green+Blue) = 168+181+32=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B520 is #574ADF. Grayscale: #A0A0A0. Windows color (decimal): -5720800 or 2143656. OLE color: 2143656.
HSL color Cylindrical-coordinate representation of color #A8B520: hue angle of 65.23º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8B520 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 32 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.29 |
| HSL | 65.23º | 0.7% | 0.42% | - |
| HSV(B) | 65.23º | 0.82% | 0.71% | - |
| XYZ | 32.93 | 41.48 | 7.64 | - |
| YUV | 160.13 | 55.69 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 32 | 0.07 | 0 | 0.82 | 0.29 | 65.23 | 0.7 | 0.42 |
| Hex | A8 | B5 | 20 | 7 | 0 | 52 | 1D | 41 | 46 | 2A |
| Octal | 250 | 265 | 40 | 7 | 0 | 122 | 35 | 101 | 106 | 52 |
| Binary | 10101000 | 10110101 | 100000 | 111 | 0 | 1010010 | 11101 | 1000001 | 1000110 | 101010 |
Color Harmonies of #A8B520
Complementary color
Monochromatic Colors of #A8B520
Black with #A8B520
Text Example
Text Example
White with #A8B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B520; }
p { color: rgb(168,181,32); }
H1.HeaderClassName
{
color: #A8B520;
}
.AnyTagClassName
{
color: #A8B520;
}
</style>
background-color css
<style>
a { background-color: #A8B520; }
a { background-color: rgb(168,181,32); }
div.DivClassName
{
background-color: #A8B520;
}
.BgClassName
{
background-color: #A8B520;
}
</style>
border-color css
<style>
span { border-color: #A8B520; }
span { border-color: rgb(168,181,32); }
td.TdClassName
{
border-color: #A8B520;
}
.TagClassName
{
border-color: #A8B520;
}
</style>