Shades of Bahia #ACB926
Tints of Bahia #ACB926
RGB
CMYK
RGB Variations
Color information
#ACB926 (or 0xACB926) is known color: Bahia. HEX triplet: AC, B9 and 26. RGB value is (172,185,38). Sum of RGB (Red+Green+Blue) = 172+185+38=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB926 is #5346D9. Grayscale: #A4A4A4. Windows color (decimal): -5457626 or 2537900. OLE color: 2537900.
HSL color Cylindrical-coordinate representation of color #ACB926: hue angle of 65.31º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB926 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 38 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.27 |
| HSL | 65.31º | 0.66% | 0.44% | - |
| HSV(B) | 65.31º | 0.79% | 0.73% | - |
| XYZ | 34.71 | 43.61 | 8.42 | - |
| YUV | 164.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 38 | 0.07 | 0 | 0.79 | 0.27 | 65.31 | 0.66 | 0.44 |
| Hex | AC | B9 | 26 | 7 | 0 | 4F | 1B | 41 | 42 | 2C |
| Octal | 254 | 271 | 46 | 7 | 0 | 117 | 33 | 101 | 102 | 54 |
| Binary | 10101100 | 10111001 | 100110 | 111 | 0 | 1001111 | 11011 | 1000001 | 1000010 | 101100 |
Color Harmonies of #ACB926
Complementary color
Monochromatic Colors of #ACB926
Black with #ACB926
Text Example
Text Example
White with #ACB926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB926; }
p { color: rgb(172,185,38); }
H1.HeaderClassName
{
color: #ACB926;
}
.AnyTagClassName
{
color: #ACB926;
}
</style>
background-color css
<style>
a { background-color: #ACB926; }
a { background-color: rgb(172,185,38); }
div.DivClassName
{
background-color: #ACB926;
}
.BgClassName
{
background-color: #ACB926;
}
</style>
border-color css
<style>
span { border-color: #ACB926; }
span { border-color: rgb(172,185,38); }
td.TdClassName
{
border-color: #ACB926;
}
.TagClassName
{
border-color: #ACB926;
}
</style>