Shades of Bahia #ACB415
Tints of Bahia #ACB415
RGB
CMYK
RGB Variations
Color information
#ACB415 (or 0xACB415) is known color: Bahia. HEX triplet: AC, B4 and 15. RGB value is (172,180,21). Sum of RGB (Red+Green+Blue) = 172+180+21=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB415 is #534BEA. Grayscale: #A0A0A0. Windows color (decimal): -5458923 or 1422508. OLE color: 1422508.
HSL color Cylindrical-coordinate representation of color #ACB415: hue angle of 63.02º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB415 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 21 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.29 |
| HSL | 63.02º | 0.79% | 0.39% | - |
| HSV(B) | 63.02º | 0.88% | 0.71% | - |
| XYZ | 33.47 | 41.47 | 6.95 | - |
| YUV | 159.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 21 | 0.04 | 0 | 0.88 | 0.29 | 63.02 | 0.79 | 0.39 |
| Hex | AC | B4 | 15 | 4 | 0 | 58 | 1D | 3F | 4F | 27 |
| Octal | 254 | 264 | 25 | 4 | 0 | 130 | 35 | 77 | 117 | 47 |
| Binary | 10101100 | 10110100 | 10101 | 100 | 0 | 1011000 | 11101 | 111111 | 1001111 | 100111 |
Color Harmonies of #ACB415
Complementary color
Monochromatic Colors of #ACB415
Black with #ACB415
Text Example
Text Example
White with #ACB415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB415; }
p { color: rgb(172,180,21); }
H1.HeaderClassName
{
color: #ACB415;
}
.AnyTagClassName
{
color: #ACB415;
}
</style>
background-color css
<style>
a { background-color: #ACB415; }
a { background-color: rgb(172,180,21); }
div.DivClassName
{
background-color: #ACB415;
}
.BgClassName
{
background-color: #ACB415;
}
</style>
border-color css
<style>
span { border-color: #ACB415; }
span { border-color: rgb(172,180,21); }
td.TdClassName
{
border-color: #ACB415;
}
.TagClassName
{
border-color: #ACB415;
}
</style>