Shades of Bahia #ACB11E
Tints of Bahia #ACB11E
RGB
CMYK
RGB Variations
Color information
#ACB11E (or 0xACB11E) is known color: Bahia. HEX triplet: AC, B1 and 1E. RGB value is (172,177,30). Sum of RGB (Red+Green+Blue) = 172+177+30=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB11E is #534EE1. Grayscale: #9F9F9F. Windows color (decimal): -5459682 or 2011564. OLE color: 2011564.
HSL color Cylindrical-coordinate representation of color #ACB11E: hue angle of 62.04º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACB11E is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 30 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.31 |
| HSL | 62.04º | 0.71% | 0.41% | - |
| HSV(B) | 62.04º | 0.83% | 0.69% | - |
| XYZ | 32.97 | 40.31 | 7.27 | - |
| YUV | 158.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 30 | 0.03 | 0 | 0.83 | 0.31 | 62.04 | 0.71 | 0.41 |
| Hex | AC | B1 | 1E | 3 | 0 | 53 | 1F | 3E | 47 | 29 |
| Octal | 254 | 261 | 36 | 3 | 0 | 123 | 37 | 76 | 107 | 51 |
| Binary | 10101100 | 10110001 | 11110 | 11 | 0 | 1010011 | 11111 | 111110 | 1000111 | 101001 |
Color Harmonies of #ACB11E
Complementary color
Monochromatic Colors of #ACB11E
Black with #ACB11E
Text Example
Text Example
White with #ACB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB11E; }
p { color: rgb(172,177,30); }
H1.HeaderClassName
{
color: #ACB11E;
}
.AnyTagClassName
{
color: #ACB11E;
}
</style>
background-color css
<style>
a { background-color: #ACB11E; }
a { background-color: rgb(172,177,30); }
div.DivClassName
{
background-color: #ACB11E;
}
.BgClassName
{
background-color: #ACB11E;
}
</style>
border-color css
<style>
span { border-color: #ACB11E; }
span { border-color: rgb(172,177,30); }
td.TdClassName
{
border-color: #ACB11E;
}
.TagClassName
{
border-color: #ACB11E;
}
</style>