Shades of Bahia #ACB719
Tints of Bahia #ACB719
RGB
CMYK
RGB Variations
Color information
#ACB719 (or 0xACB719) is known color: Bahia. HEX triplet: AC, B7 and 19. RGB value is (172,183,25). Sum of RGB (Red+Green+Blue) = 172+183+25=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB719 is #5348E6. Grayscale: #A2A2A2. Windows color (decimal): -5458151 or 1685420. OLE color: 1685420.
HSL color Cylindrical-coordinate representation of color #ACB719: hue angle of 64.18º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACB719 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 25 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.28 |
| HSL | 64.18º | 0.76% | 0.41% | - |
| HSV(B) | 64.18º | 0.86% | 0.72% | - |
| XYZ | 34.12 | 42.71 | 7.36 | - |
| YUV | 161.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 25 | 0.06 | 0 | 0.86 | 0.28 | 64.18 | 0.76 | 0.41 |
| Hex | AC | B7 | 19 | 6 | 0 | 56 | 1C | 40 | 4C | 29 |
| Octal | 254 | 267 | 31 | 6 | 0 | 126 | 34 | 100 | 114 | 51 |
| Binary | 10101100 | 10110111 | 11001 | 110 | 0 | 1010110 | 11100 | 1000000 | 1001100 | 101001 |
Color Harmonies of #ACB719
Complementary color
Monochromatic Colors of #ACB719
Black with #ACB719
Text Example
Text Example
White with #ACB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB719; }
p { color: rgb(172,183,25); }
H1.HeaderClassName
{
color: #ACB719;
}
.AnyTagClassName
{
color: #ACB719;
}
</style>
background-color css
<style>
a { background-color: #ACB719; }
a { background-color: rgb(172,183,25); }
div.DivClassName
{
background-color: #ACB719;
}
.BgClassName
{
background-color: #ACB719;
}
</style>
border-color css
<style>
span { border-color: #ACB719; }
span { border-color: rgb(172,183,25); }
td.TdClassName
{
border-color: #ACB719;
}
.TagClassName
{
border-color: #ACB719;
}
</style>