Shades of Bahia #ACC91A
Tints of Bahia #ACC91A
RGB
CMYK
RGB Variations
Color information
#ACC91A (or 0xACC91A) is known color: Bahia. HEX triplet: AC, C9 and 1A. RGB value is (172,201,26). Sum of RGB (Red+Green+Blue) = 172+201+26=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC91A is #5336E5. Grayscale: #ADADAD. Windows color (decimal): -5453542 or 1755564. OLE color: 1755564.
HSL color Cylindrical-coordinate representation of color #ACC91A: hue angle of 69.94º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACC91A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 26 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.21 |
| HSL | 69.94º | 0.77% | 0.45% | - |
| HSV(B) | 69.94º | 0.87% | 0.79% | - |
| XYZ | 38.09 | 50.62 | 8.74 | - |
| YUV | 172.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 26 | 0.14 | 0 | 0.87 | 0.21 | 69.94 | 0.77 | 0.45 |
| Hex | AC | C9 | 1A | E | 0 | 57 | 15 | 46 | 4D | 2D |
| Octal | 254 | 311 | 32 | 16 | 0 | 127 | 25 | 106 | 115 | 55 |
| Binary | 10101100 | 11001001 | 11010 | 1110 | 0 | 1010111 | 10101 | 1000110 | 1001101 | 101101 |
Color Harmonies of #ACC91A
Complementary color
Monochromatic Colors of #ACC91A
Black with #ACC91A
Text Example
Text Example
White with #ACC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC91A; }
p { color: rgb(172,201,26); }
H1.HeaderClassName
{
color: #ACC91A;
}
.AnyTagClassName
{
color: #ACC91A;
}
</style>
background-color css
<style>
a { background-color: #ACC91A; }
a { background-color: rgb(172,201,26); }
div.DivClassName
{
background-color: #ACC91A;
}
.BgClassName
{
background-color: #ACC91A;
}
</style>
border-color css
<style>
span { border-color: #ACC91A; }
span { border-color: rgb(172,201,26); }
td.TdClassName
{
border-color: #ACC91A;
}
.TagClassName
{
border-color: #ACC91A;
}
</style>