Shades of Bahia #ACC91F
Tints of Bahia #ACC91F
RGB
CMYK
RGB Variations
Color information
#ACC91F (or 0xACC91F) is known color: Bahia. HEX triplet: AC, C9 and 1F. RGB value is (172,201,31). Sum of RGB (Red+Green+Blue) = 172+201+31=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC91F is #5336E0. Grayscale: #ADADAD. Windows color (decimal): -5453537 or 2083244. OLE color: 2083244.
HSL color Cylindrical-coordinate representation of color #ACC91F: hue angle of 70.24º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACC91F is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 31 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.21 |
| HSL | 70.24º | 0.73% | 0.45% | - |
| HSV(B) | 70.24º | 0.85% | 0.79% | - |
| XYZ | 38.15 | 50.64 | 9.06 | - |
| YUV | 172.95 | 47.89 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 31 | 0.14 | 0 | 0.85 | 0.21 | 70.24 | 0.73 | 0.45 |
| Hex | AC | C9 | 1F | E | 0 | 55 | 15 | 46 | 49 | 2D |
| Octal | 254 | 311 | 37 | 16 | 0 | 125 | 25 | 106 | 111 | 55 |
| Binary | 10101100 | 11001001 | 11111 | 1110 | 0 | 1010101 | 10101 | 1000110 | 1001001 | 101101 |
Color Harmonies of #ACC91F
Complementary color
Monochromatic Colors of #ACC91F
Black with #ACC91F
Text Example
Text Example
White with #ACC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC91F; }
p { color: rgb(172,201,31); }
H1.HeaderClassName
{
color: #ACC91F;
}
.AnyTagClassName
{
color: #ACC91F;
}
</style>
background-color css
<style>
a { background-color: #ACC91F; }
a { background-color: rgb(172,201,31); }
div.DivClassName
{
background-color: #ACC91F;
}
.BgClassName
{
background-color: #ACC91F;
}
</style>
border-color css
<style>
span { border-color: #ACC91F; }
span { border-color: rgb(172,201,31); }
td.TdClassName
{
border-color: #ACC91F;
}
.TagClassName
{
border-color: #ACC91F;
}
</style>