Shades of Bahia #ACB21C
Tints of Bahia #ACB21C
RGB
CMYK
RGB Variations
Color information
#ACB21C (or 0xACB21C) is known color: Bahia. HEX triplet: AC, B2 and 1C. RGB value is (172,178,28). Sum of RGB (Red+Green+Blue) = 172+178+28=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB21C is #534DE3. Grayscale: #9F9F9F. Windows color (decimal): -5459428 or 1880748. OLE color: 1880748.
HSL color Cylindrical-coordinate representation of color #ACB21C: hue angle of 62.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB21C is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 28 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.30 |
| HSL | 62.4º | 0.73% | 0.4% | - |
| HSV(B) | 62.4º | 0.84% | 0.7% | - |
| XYZ | 33.14 | 40.7 | 7.21 | - |
| YUV | 159.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 28 | 0.03 | 0 | 0.84 | 0.30 | 62.4 | 0.73 | 0.4 |
| Hex | AC | B2 | 1C | 3 | 0 | 54 | 1E | 3E | 49 | 28 |
| Octal | 254 | 262 | 34 | 3 | 0 | 124 | 36 | 76 | 111 | 50 |
| Binary | 10101100 | 10110010 | 11100 | 11 | 0 | 1010100 | 11110 | 111110 | 1001001 | 101000 |
Color Harmonies of #ACB21C
Complementary color
Monochromatic Colors of #ACB21C
Black with #ACB21C
Text Example
Text Example
White with #ACB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB21C; }
p { color: rgb(172,178,28); }
H1.HeaderClassName
{
color: #ACB21C;
}
.AnyTagClassName
{
color: #ACB21C;
}
</style>
background-color css
<style>
a { background-color: #ACB21C; }
a { background-color: rgb(172,178,28); }
div.DivClassName
{
background-color: #ACB21C;
}
.BgClassName
{
background-color: #ACB21C;
}
</style>
border-color css
<style>
span { border-color: #ACB21C; }
span { border-color: rgb(172,178,28); }
td.TdClassName
{
border-color: #ACB21C;
}
.TagClassName
{
border-color: #ACB21C;
}
</style>