Shades of Bahia #ACB61A
Tints of Bahia #ACB61A
RGB
CMYK
RGB Variations
Color information
#ACB61A (or 0xACB61A) is known color: Bahia. HEX triplet: AC, B6 and 1A. RGB value is (172,182,26). Sum of RGB (Red+Green+Blue) = 172+182+26=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB61A is #5349E5. Grayscale: #A1A1A1. Windows color (decimal): -5458406 or 1750700. OLE color: 1750700.
HSL color Cylindrical-coordinate representation of color #ACB61A: hue angle of 63.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACB61A is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 26 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.29 |
| HSL | 63.85º | 0.75% | 0.41% | - |
| HSV(B) | 63.85º | 0.86% | 0.71% | - |
| XYZ | 33.93 | 42.3 | 7.35 | - |
| YUV | 161.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 26 | 0.05 | 0 | 0.86 | 0.29 | 63.85 | 0.75 | 0.41 |
| Hex | AC | B6 | 1A | 5 | 0 | 56 | 1D | 40 | 4B | 29 |
| Octal | 254 | 266 | 32 | 5 | 0 | 126 | 35 | 100 | 113 | 51 |
| Binary | 10101100 | 10110110 | 11010 | 101 | 0 | 1010110 | 11101 | 1000000 | 1001011 | 101001 |
Color Harmonies of #ACB61A
Complementary color
Monochromatic Colors of #ACB61A
Black with #ACB61A
Text Example
Text Example
White with #ACB61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB61A; }
p { color: rgb(172,182,26); }
H1.HeaderClassName
{
color: #ACB61A;
}
.AnyTagClassName
{
color: #ACB61A;
}
</style>
background-color css
<style>
a { background-color: #ACB61A; }
a { background-color: rgb(172,182,26); }
div.DivClassName
{
background-color: #ACB61A;
}
.BgClassName
{
background-color: #ACB61A;
}
</style>
border-color css
<style>
span { border-color: #ACB61A; }
span { border-color: rgb(172,182,26); }
td.TdClassName
{
border-color: #ACB61A;
}
.TagClassName
{
border-color: #ACB61A;
}
</style>