Shades of Bahia #ACB81E
Tints of Bahia #ACB81E
RGB
CMYK
RGB Variations
Color information
#ACB81E (or 0xACB81E) is known color: Bahia. HEX triplet: AC, B8 and 1E. RGB value is (172,184,30). Sum of RGB (Red+Green+Blue) = 172+184+30=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB81E is #5347E1. Grayscale: #A3A3A3. Windows color (decimal): -5457890 or 2013356. OLE color: 2013356.
HSL color Cylindrical-coordinate representation of color #ACB81E: hue angle of 64.68º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB81E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 30 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.28 |
| HSL | 64.68º | 0.72% | 0.42% | - |
| HSV(B) | 64.68º | 0.84% | 0.72% | - |
| XYZ | 34.39 | 43.15 | 7.74 | - |
| YUV | 162.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 30 | 0.07 | 0 | 0.84 | 0.28 | 64.68 | 0.72 | 0.42 |
| Hex | AC | B8 | 1E | 7 | 0 | 54 | 1C | 41 | 48 | 2A |
| Octal | 254 | 270 | 36 | 7 | 0 | 124 | 34 | 101 | 110 | 52 |
| Binary | 10101100 | 10111000 | 11110 | 111 | 0 | 1010100 | 11100 | 1000001 | 1001000 | 101010 |
Color Harmonies of #ACB81E
Complementary color
Monochromatic Colors of #ACB81E
Black with #ACB81E
Text Example
Text Example
White with #ACB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB81E; }
p { color: rgb(172,184,30); }
H1.HeaderClassName
{
color: #ACB81E;
}
.AnyTagClassName
{
color: #ACB81E;
}
</style>
background-color css
<style>
a { background-color: #ACB81E; }
a { background-color: rgb(172,184,30); }
div.DivClassName
{
background-color: #ACB81E;
}
.BgClassName
{
background-color: #ACB81E;
}
</style>
border-color css
<style>
span { border-color: #ACB81E; }
span { border-color: rgb(172,184,30); }
td.TdClassName
{
border-color: #ACB81E;
}
.TagClassName
{
border-color: #ACB81E;
}
</style>