Shades of Bahia #ACB81B
Tints of Bahia #ACB81B
RGB
CMYK
RGB Variations
Color information
#ACB81B (or 0xACB81B) is known color: Bahia. HEX triplet: AC, B8 and 1B. RGB value is (172,184,27). Sum of RGB (Red+Green+Blue) = 172+184+27=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB81B is #5347E4. Grayscale: #A3A3A3. Windows color (decimal): -5457893 or 1816748. OLE color: 1816748.
HSL color Cylindrical-coordinate representation of color #ACB81B: hue angle of 64.59º 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 #ACB81B is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 27 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.28 |
| HSL | 64.59º | 0.74% | 0.41% | - |
| HSV(B) | 64.59º | 0.85% | 0.72% | - |
| XYZ | 34.35 | 43.13 | 7.55 | - |
| YUV | 162.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 27 | 0.07 | 0 | 0.85 | 0.28 | 64.59 | 0.74 | 0.41 |
| Hex | AC | B8 | 1B | 7 | 0 | 55 | 1C | 41 | 4A | 29 |
| Octal | 254 | 270 | 33 | 7 | 0 | 125 | 34 | 101 | 112 | 51 |
| Binary | 10101100 | 10111000 | 11011 | 111 | 0 | 1010101 | 11100 | 1000001 | 1001010 | 101001 |
Color Harmonies of #ACB81B
Complementary color
Monochromatic Colors of #ACB81B
Black with #ACB81B
Text Example
Text Example
White with #ACB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB81B; }
p { color: rgb(172,184,27); }
H1.HeaderClassName
{
color: #ACB81B;
}
.AnyTagClassName
{
color: #ACB81B;
}
</style>
background-color css
<style>
a { background-color: #ACB81B; }
a { background-color: rgb(172,184,27); }
div.DivClassName
{
background-color: #ACB81B;
}
.BgClassName
{
background-color: #ACB81B;
}
</style>
border-color css
<style>
span { border-color: #ACB81B; }
span { border-color: rgb(172,184,27); }
td.TdClassName
{
border-color: #ACB81B;
}
.TagClassName
{
border-color: #ACB81B;
}
</style>