Shades of Bahia #ACB61B
Tints of Bahia #ACB61B
RGB
CMYK
RGB Variations
Color information
#ACB61B (or 0xACB61B) is known color: Bahia. HEX triplet: AC, B6 and 1B. RGB value is (172,182,27). Sum of RGB (Red+Green+Blue) = 172+182+27=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB61B is #5349E4. Grayscale: #A1A1A1. Windows color (decimal): -5458405 or 1816236. OLE color: 1816236.
HSL color Cylindrical-coordinate representation of color #ACB61B: hue angle of 63.87º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACB61B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 27 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.29 |
| HSL | 63.87º | 0.74% | 0.41% | - |
| HSV(B) | 63.87º | 0.85% | 0.71% | - |
| XYZ | 33.94 | 42.31 | 7.41 | - |
| YUV | 161.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 27 | 0.05 | 0 | 0.85 | 0.29 | 63.87 | 0.74 | 0.41 |
| Hex | AC | B6 | 1B | 5 | 0 | 55 | 1D | 40 | 4A | 29 |
| Octal | 254 | 266 | 33 | 5 | 0 | 125 | 35 | 100 | 112 | 51 |
| Binary | 10101100 | 10110110 | 11011 | 101 | 0 | 1010101 | 11101 | 1000000 | 1001010 | 101001 |
Color Harmonies of #ACB61B
Complementary color
Monochromatic Colors of #ACB61B
Black with #ACB61B
Text Example
Text Example
White with #ACB61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB61B; }
p { color: rgb(172,182,27); }
H1.HeaderClassName
{
color: #ACB61B;
}
.AnyTagClassName
{
color: #ACB61B;
}
</style>
background-color css
<style>
a { background-color: #ACB61B; }
a { background-color: rgb(172,182,27); }
div.DivClassName
{
background-color: #ACB61B;
}
.BgClassName
{
background-color: #ACB61B;
}
</style>
border-color css
<style>
span { border-color: #ACB61B; }
span { border-color: rgb(172,182,27); }
td.TdClassName
{
border-color: #ACB61B;
}
.TagClassName
{
border-color: #ACB61B;
}
</style>