Shades of Bahia #A8B132
Tints of Bahia #A8B132
RGB
CMYK
RGB Variations
Color information
#A8B132 (or 0xA8B132) is known color: Bahia. HEX triplet: A8, B1 and 32. RGB value is (168,177,50). Sum of RGB (Red+Green+Blue) = 168+177+50=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B132 is #574ECD. Grayscale: #A0A0A0. Windows color (decimal): -5721806 or 3322280. OLE color: 3322280.
HSL color Cylindrical-coordinate representation of color #A8B132: hue angle of 64.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8B132 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 50 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.31 |
| HSL | 64.25º | 0.56% | 0.45% | - |
| HSV(B) | 64.25º | 0.72% | 0.69% | - |
| XYZ | 32.45 | 40 | 9.03 | - |
| YUV | 159.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 50 | 0.05 | 0 | 0.72 | 0.31 | 64.25 | 0.56 | 0.45 |
| Hex | A8 | B1 | 32 | 5 | 0 | 48 | 1F | 40 | 38 | 2D |
| Octal | 250 | 261 | 62 | 5 | 0 | 110 | 37 | 100 | 70 | 55 |
| Binary | 10101000 | 10110001 | 110010 | 101 | 0 | 1001000 | 11111 | 1000000 | 111000 | 101101 |
Color Harmonies of #A8B132
Complementary color
Monochromatic Colors of #A8B132
Black with #A8B132
Text Example
Text Example
White with #A8B132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B132; }
p { color: rgb(168,177,50); }
H1.HeaderClassName
{
color: #A8B132;
}
.AnyTagClassName
{
color: #A8B132;
}
</style>
background-color css
<style>
a { background-color: #A8B132; }
a { background-color: rgb(168,177,50); }
div.DivClassName
{
background-color: #A8B132;
}
.BgClassName
{
background-color: #A8B132;
}
</style>
border-color css
<style>
span { border-color: #A8B132; }
span { border-color: rgb(168,177,50); }
td.TdClassName
{
border-color: #A8B132;
}
.TagClassName
{
border-color: #A8B132;
}
</style>