Shades of Bahia #A8B117
Tints of Bahia #A8B117
RGB
CMYK
RGB Variations
Color information
#A8B117 (or 0xA8B117) is known color: Bahia. HEX triplet: A8, B1 and 17. RGB value is (168,177,23). Sum of RGB (Red+Green+Blue) = 168+177+23=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B117 is #574EE8. Grayscale: #9D9D9D. Windows color (decimal): -5721833 or 1552808. OLE color: 1552808.
HSL color Cylindrical-coordinate representation of color #A8B117: hue angle of 63.51º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8B117 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 23 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.31 |
| HSL | 63.51º | 0.77% | 0.39% | - |
| HSV(B) | 63.51º | 0.87% | 0.69% | - |
| XYZ | 32.03 | 39.83 | 6.81 | - |
| YUV | 156.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 23 | 0.05 | 0 | 0.87 | 0.31 | 63.51 | 0.77 | 0.39 |
| Hex | A8 | B1 | 17 | 5 | 0 | 57 | 1F | 40 | 4D | 27 |
| Octal | 250 | 261 | 27 | 5 | 0 | 127 | 37 | 100 | 115 | 47 |
| Binary | 10101000 | 10110001 | 10111 | 101 | 0 | 1010111 | 11111 | 1000000 | 1001101 | 100111 |
Color Harmonies of #A8B117
Complementary color
Monochromatic Colors of #A8B117
Black with #A8B117
Text Example
Text Example
White with #A8B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B117; }
p { color: rgb(168,177,23); }
H1.HeaderClassName
{
color: #A8B117;
}
.AnyTagClassName
{
color: #A8B117;
}
</style>
background-color css
<style>
a { background-color: #A8B117; }
a { background-color: rgb(168,177,23); }
div.DivClassName
{
background-color: #A8B117;
}
.BgClassName
{
background-color: #A8B117;
}
</style>
border-color css
<style>
span { border-color: #A8B117; }
span { border-color: rgb(168,177,23); }
td.TdClassName
{
border-color: #A8B117;
}
.TagClassName
{
border-color: #A8B117;
}
</style>