Shades of Bahia #A8B327
Tints of Bahia #A8B327
RGB
CMYK
RGB Variations
Color information
#A8B327 (or 0xA8B327) is known color: Bahia. HEX triplet: A8, B3 and 27. RGB value is (168,179,39). Sum of RGB (Red+Green+Blue) = 168+179+39=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B327 is #574CD8. Grayscale: #A0A0A0. Windows color (decimal): -5721305 or 2601896. OLE color: 2601896.
HSL color Cylindrical-coordinate representation of color #A8B327: hue angle of 64.71º degrees, saturation: 0.64, 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 #A8B327 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 39 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.30 |
| HSL | 64.71º | 0.64% | 0.43% | - |
| HSV(B) | 64.71º | 0.78% | 0.7% | - |
| XYZ | 32.63 | 40.71 | 8.06 | - |
| YUV | 159.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 39 | 0.06 | 0 | 0.78 | 0.30 | 64.71 | 0.64 | 0.43 |
| Hex | A8 | B3 | 27 | 6 | 0 | 4E | 1E | 41 | 40 | 2B |
| Octal | 250 | 263 | 47 | 6 | 0 | 116 | 36 | 101 | 100 | 53 |
| Binary | 10101000 | 10110011 | 100111 | 110 | 0 | 1001110 | 11110 | 1000001 | 1000000 | 101011 |
Color Harmonies of #A8B327
Complementary color
Monochromatic Colors of #A8B327
Black with #A8B327
Text Example
Text Example
White with #A8B327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B327; }
p { color: rgb(168,179,39); }
H1.HeaderClassName
{
color: #A8B327;
}
.AnyTagClassName
{
color: #A8B327;
}
</style>
background-color css
<style>
a { background-color: #A8B327; }
a { background-color: rgb(168,179,39); }
div.DivClassName
{
background-color: #A8B327;
}
.BgClassName
{
background-color: #A8B327;
}
</style>
border-color css
<style>
span { border-color: #A8B327; }
span { border-color: rgb(168,179,39); }
td.TdClassName
{
border-color: #A8B327;
}
.TagClassName
{
border-color: #A8B327;
}
</style>