Shades of Bahia #ACB31E
Tints of Bahia #ACB31E
RGB
CMYK
RGB Variations
Color information
#ACB31E (or 0xACB31E) is known color: Bahia. HEX triplet: AC, B3 and 1E. RGB value is (172,179,30). Sum of RGB (Red+Green+Blue) = 172+179+30=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB31E is #534CE1. Grayscale: #A0A0A0. Windows color (decimal): -5459170 or 2012076. OLE color: 2012076.
HSL color Cylindrical-coordinate representation of color #ACB31E: hue angle of 62.82º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACB31E is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 30 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.30 |
| HSL | 62.82º | 0.71% | 0.41% | - |
| HSV(B) | 62.82º | 0.83% | 0.7% | - |
| XYZ | 33.37 | 41.1 | 7.4 | - |
| YUV | 159.92 | 54.68 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 30 | 0.04 | 0 | 0.83 | 0.30 | 62.82 | 0.71 | 0.41 |
| Hex | AC | B3 | 1E | 4 | 0 | 53 | 1E | 3F | 47 | 29 |
| Octal | 254 | 263 | 36 | 4 | 0 | 123 | 36 | 77 | 107 | 51 |
| Binary | 10101100 | 10110011 | 11110 | 100 | 0 | 1010011 | 11110 | 111111 | 1000111 | 101001 |
Color Harmonies of #ACB31E
Complementary color
Monochromatic Colors of #ACB31E
Black with #ACB31E
Text Example
Text Example
White with #ACB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB31E; }
p { color: rgb(172,179,30); }
H1.HeaderClassName
{
color: #ACB31E;
}
.AnyTagClassName
{
color: #ACB31E;
}
</style>
background-color css
<style>
a { background-color: #ACB31E; }
a { background-color: rgb(172,179,30); }
div.DivClassName
{
background-color: #ACB31E;
}
.BgClassName
{
background-color: #ACB31E;
}
</style>
border-color css
<style>
span { border-color: #ACB31E; }
span { border-color: rgb(172,179,30); }
td.TdClassName
{
border-color: #ACB31E;
}
.TagClassName
{
border-color: #ACB31E;
}
</style>