Shades of Bahia #ACB425
Tints of Bahia #ACB425
RGB
CMYK
RGB Variations
Color information
#ACB425 (or 0xACB425) is known color: Bahia. HEX triplet: AC, B4 and 25. RGB value is (172,180,37). Sum of RGB (Red+Green+Blue) = 172+180+37=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB425 is #534BDA. Grayscale: #A1A1A1. Windows color (decimal): -5458907 or 2471084. OLE color: 2471084.
HSL color Cylindrical-coordinate representation of color #ACB425: hue angle of 63.36º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB425 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 37 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.29 |
| HSL | 63.36º | 0.66% | 0.43% | - |
| HSV(B) | 63.36º | 0.79% | 0.71% | - |
| XYZ | 33.67 | 41.55 | 8 | - |
| YUV | 161.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 37 | 0.04 | 0 | 0.79 | 0.29 | 63.36 | 0.66 | 0.43 |
| Hex | AC | B4 | 25 | 4 | 0 | 4F | 1D | 3F | 42 | 2B |
| Octal | 254 | 264 | 45 | 4 | 0 | 117 | 35 | 77 | 102 | 53 |
| Binary | 10101100 | 10110100 | 100101 | 100 | 0 | 1001111 | 11101 | 111111 | 1000010 | 101011 |
Color Harmonies of #ACB425
Complementary color
Monochromatic Colors of #ACB425
Black with #ACB425
Text Example
Text Example
White with #ACB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB425; }
p { color: rgb(172,180,37); }
H1.HeaderClassName
{
color: #ACB425;
}
.AnyTagClassName
{
color: #ACB425;
}
</style>
background-color css
<style>
a { background-color: #ACB425; }
a { background-color: rgb(172,180,37); }
div.DivClassName
{
background-color: #ACB425;
}
.BgClassName
{
background-color: #ACB425;
}
</style>
border-color css
<style>
span { border-color: #ACB425; }
span { border-color: rgb(172,180,37); }
td.TdClassName
{
border-color: #ACB425;
}
.TagClassName
{
border-color: #ACB425;
}
</style>