Shades of Bahia #ACB71C
Tints of Bahia #ACB71C
RGB
CMYK
RGB Variations
Color information
#ACB71C (or 0xACB71C) is known color: Bahia. HEX triplet: AC, B7 and 1C. RGB value is (172,183,28). Sum of RGB (Red+Green+Blue) = 172+183+28=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB71C is #5348E3. Grayscale: #A2A2A2. Windows color (decimal): -5458148 or 1882028. OLE color: 1882028.
HSL color Cylindrical-coordinate representation of color #ACB71C: hue angle of 64.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACB71C is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 28 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.28 |
| HSL | 64.26º | 0.73% | 0.41% | - |
| HSV(B) | 64.26º | 0.85% | 0.72% | - |
| XYZ | 34.16 | 42.72 | 7.54 | - |
| YUV | 162.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 28 | 0.06 | 0 | 0.85 | 0.28 | 64.26 | 0.73 | 0.41 |
| Hex | AC | B7 | 1C | 6 | 0 | 55 | 1C | 40 | 49 | 29 |
| Octal | 254 | 267 | 34 | 6 | 0 | 125 | 34 | 100 | 111 | 51 |
| Binary | 10101100 | 10110111 | 11100 | 110 | 0 | 1010101 | 11100 | 1000000 | 1001001 | 101001 |
Color Harmonies of #ACB71C
Complementary color
Monochromatic Colors of #ACB71C
Black with #ACB71C
Text Example
Text Example
White with #ACB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB71C; }
p { color: rgb(172,183,28); }
H1.HeaderClassName
{
color: #ACB71C;
}
.AnyTagClassName
{
color: #ACB71C;
}
</style>
background-color css
<style>
a { background-color: #ACB71C; }
a { background-color: rgb(172,183,28); }
div.DivClassName
{
background-color: #ACB71C;
}
.BgClassName
{
background-color: #ACB71C;
}
</style>
border-color css
<style>
span { border-color: #ACB71C; }
span { border-color: rgb(172,183,28); }
td.TdClassName
{
border-color: #ACB71C;
}
.TagClassName
{
border-color: #ACB71C;
}
</style>