Shades of Bahia #ACB71B
Tints of Bahia #ACB71B
RGB
CMYK
RGB Variations
Color information
#ACB71B (or 0xACB71B) is known color: Bahia. HEX triplet: AC, B7 and 1B. RGB value is (172,183,27). Sum of RGB (Red+Green+Blue) = 172+183+27=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB71B is #5348E4. Grayscale: #A2A2A2. Windows color (decimal): -5458149 or 1816492. OLE color: 1816492.
HSL color Cylindrical-coordinate representation of color #ACB71B: hue angle of 64.23º degrees, saturation: 0.74, 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 #ACB71B is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 27 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.28 |
| HSL | 64.23º | 0.74% | 0.41% | - |
| HSV(B) | 64.23º | 0.85% | 0.72% | - |
| XYZ | 34.14 | 42.72 | 7.48 | - |
| YUV | 161.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 27 | 0.06 | 0 | 0.85 | 0.28 | 64.23 | 0.74 | 0.41 |
| Hex | AC | B7 | 1B | 6 | 0 | 55 | 1C | 40 | 4A | 29 |
| Octal | 254 | 267 | 33 | 6 | 0 | 125 | 34 | 100 | 112 | 51 |
| Binary | 10101100 | 10110111 | 11011 | 110 | 0 | 1010101 | 11100 | 1000000 | 1001010 | 101001 |
Color Harmonies of #ACB71B
Complementary color
Monochromatic Colors of #ACB71B
Black with #ACB71B
Text Example
Text Example
White with #ACB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB71B; }
p { color: rgb(172,183,27); }
H1.HeaderClassName
{
color: #ACB71B;
}
.AnyTagClassName
{
color: #ACB71B;
}
</style>
background-color css
<style>
a { background-color: #ACB71B; }
a { background-color: rgb(172,183,27); }
div.DivClassName
{
background-color: #ACB71B;
}
.BgClassName
{
background-color: #ACB71B;
}
</style>
border-color css
<style>
span { border-color: #ACB71B; }
span { border-color: rgb(172,183,27); }
td.TdClassName
{
border-color: #ACB71B;
}
.TagClassName
{
border-color: #ACB71B;
}
</style>