Shades of Bahia #A8B71C
Tints of Bahia #A8B71C
RGB
CMYK
RGB Variations
Color information
#A8B71C (or 0xA8B71C) is known color: Bahia. HEX triplet: A8, B7 and 1C. RGB value is (168,183,28). Sum of RGB (Red+Green+Blue) = 168+183+28=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B71C is #5748E3. Grayscale: #A1A1A1. Windows color (decimal): -5720292 or 1882024. OLE color: 1882024.
HSL color Cylindrical-coordinate representation of color #A8B71C: hue angle of 65.81º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8B71C is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 28 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.28 |
| HSL | 65.81º | 0.73% | 0.41% | - |
| HSV(B) | 65.81º | 0.85% | 0.72% | - |
| XYZ | 33.29 | 42.28 | 7.5 | - |
| YUV | 160.85 | 53.03 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 28 | 0.08 | 0 | 0.85 | 0.28 | 65.81 | 0.73 | 0.41 |
| Hex | A8 | B7 | 1C | 8 | 0 | 55 | 1C | 42 | 49 | 29 |
| Octal | 250 | 267 | 34 | 10 | 0 | 125 | 34 | 102 | 111 | 51 |
| Binary | 10101000 | 10110111 | 11100 | 1000 | 0 | 1010101 | 11100 | 1000010 | 1001001 | 101001 |
Color Harmonies of #A8B71C
Complementary color
Monochromatic Colors of #A8B71C
Black with #A8B71C
Text Example
Text Example
White with #A8B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B71C; }
p { color: rgb(168,183,28); }
H1.HeaderClassName
{
color: #A8B71C;
}
.AnyTagClassName
{
color: #A8B71C;
}
</style>
background-color css
<style>
a { background-color: #A8B71C; }
a { background-color: rgb(168,183,28); }
div.DivClassName
{
background-color: #A8B71C;
}
.BgClassName
{
background-color: #A8B71C;
}
</style>
border-color css
<style>
span { border-color: #A8B71C; }
span { border-color: rgb(168,183,28); }
td.TdClassName
{
border-color: #A8B71C;
}
.TagClassName
{
border-color: #A8B71C;
}
</style>