Shades of Bahia #A8B328
Tints of Bahia #A8B328
RGB
CMYK
RGB Variations
Color information
#A8B328 (or 0xA8B328) is known color: Bahia. HEX triplet: A8, B3 and 28. RGB value is (168,179,40). Sum of RGB (Red+Green+Blue) = 168+179+40=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B328 is #574CD7. Grayscale: #A0A0A0. Windows color (decimal): -5721304 or 2667432. OLE color: 2667432.
HSL color Cylindrical-coordinate representation of color #A8B328: hue angle of 64.75º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8B328 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 40 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.30 |
| HSL | 64.75º | 0.63% | 0.43% | - |
| HSV(B) | 64.75º | 0.78% | 0.7% | - |
| XYZ | 32.65 | 40.72 | 8.15 | - |
| YUV | 159.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 40 | 0.06 | 0 | 0.78 | 0.30 | 64.75 | 0.63 | 0.43 |
| Hex | A8 | B3 | 28 | 6 | 0 | 4E | 1E | 41 | 3F | 2B |
| Octal | 250 | 263 | 50 | 6 | 0 | 116 | 36 | 101 | 77 | 53 |
| Binary | 10101000 | 10110011 | 101000 | 110 | 0 | 1001110 | 11110 | 1000001 | 111111 | 101011 |
Color Harmonies of #A8B328
Complementary color
Monochromatic Colors of #A8B328
Black with #A8B328
Text Example
Text Example
White with #A8B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B328; }
p { color: rgb(168,179,40); }
H1.HeaderClassName
{
color: #A8B328;
}
.AnyTagClassName
{
color: #A8B328;
}
</style>
background-color css
<style>
a { background-color: #A8B328; }
a { background-color: rgb(168,179,40); }
div.DivClassName
{
background-color: #A8B328;
}
.BgClassName
{
background-color: #A8B328;
}
</style>
border-color css
<style>
span { border-color: #A8B328; }
span { border-color: rgb(168,179,40); }
td.TdClassName
{
border-color: #A8B328;
}
.TagClassName
{
border-color: #A8B328;
}
</style>