Shades of Bahia #ACB71F
Tints of Bahia #ACB71F
RGB
CMYK
RGB Variations
Color information
#ACB71F (or 0xACB71F) is known color: Bahia. HEX triplet: AC, B7 and 1F. RGB value is (172,183,31). Sum of RGB (Red+Green+Blue) = 172+183+31=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB71F is #5348E0. Grayscale: #A2A2A2. Windows color (decimal): -5458145 or 2078636. OLE color: 2078636.
HSL color Cylindrical-coordinate representation of color #ACB71F: hue angle of 64.34º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACB71F is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 31 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.28 |
| HSL | 64.34º | 0.71% | 0.42% | - |
| HSV(B) | 64.34º | 0.83% | 0.72% | - |
| XYZ | 34.19 | 42.74 | 7.74 | - |
| YUV | 162.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 31 | 0.06 | 0 | 0.83 | 0.28 | 64.34 | 0.71 | 0.42 |
| Hex | AC | B7 | 1F | 6 | 0 | 53 | 1C | 40 | 47 | 2A |
| Octal | 254 | 267 | 37 | 6 | 0 | 123 | 34 | 100 | 107 | 52 |
| Binary | 10101100 | 10110111 | 11111 | 110 | 0 | 1010011 | 11100 | 1000000 | 1000111 | 101010 |
Color Harmonies of #ACB71F
Complementary color
Monochromatic Colors of #ACB71F
Black with #ACB71F
Text Example
Text Example
White with #ACB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB71F; }
p { color: rgb(172,183,31); }
H1.HeaderClassName
{
color: #ACB71F;
}
.AnyTagClassName
{
color: #ACB71F;
}
</style>
background-color css
<style>
a { background-color: #ACB71F; }
a { background-color: rgb(172,183,31); }
div.DivClassName
{
background-color: #ACB71F;
}
.BgClassName
{
background-color: #ACB71F;
}
</style>
border-color css
<style>
span { border-color: #ACB71F; }
span { border-color: rgb(172,183,31); }
td.TdClassName
{
border-color: #ACB71F;
}
.TagClassName
{
border-color: #ACB71F;
}
</style>