Shades of Bahia #ACC41A
Tints of Bahia #ACC41A
RGB
CMYK
RGB Variations
Color information
#ACC41A (or 0xACC41A) is known color: Bahia. HEX triplet: AC, C4 and 1A. RGB value is (172,196,26). Sum of RGB (Red+Green+Blue) = 172+196+26=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC41A is #533BE5. Grayscale: #AAAAAA. Windows color (decimal): -5454822 or 1754284. OLE color: 1754284.
HSL color Cylindrical-coordinate representation of color #ACC41A: hue angle of 68.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACC41A is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 26 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.23 |
| HSL | 68.47º | 0.77% | 0.44% | - |
| HSV(B) | 68.47º | 0.87% | 0.77% | - |
| XYZ | 36.94 | 48.33 | 8.36 | - |
| YUV | 169.44 | 47.05 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 26 | 0.12 | 0 | 0.87 | 0.23 | 68.47 | 0.77 | 0.44 |
| Hex | AC | C4 | 1A | C | 0 | 57 | 17 | 44 | 4D | 2C |
| Octal | 254 | 304 | 32 | 14 | 0 | 127 | 27 | 104 | 115 | 54 |
| Binary | 10101100 | 11000100 | 11010 | 1100 | 0 | 1010111 | 10111 | 1000100 | 1001101 | 101100 |
Color Harmonies of #ACC41A
Complementary color
Monochromatic Colors of #ACC41A
Black with #ACC41A
Text Example
Text Example
White with #ACC41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC41A; }
p { color: rgb(172,196,26); }
H1.HeaderClassName
{
color: #ACC41A;
}
.AnyTagClassName
{
color: #ACC41A;
}
</style>
background-color css
<style>
a { background-color: #ACC41A; }
a { background-color: rgb(172,196,26); }
div.DivClassName
{
background-color: #ACC41A;
}
.BgClassName
{
background-color: #ACC41A;
}
</style>
border-color css
<style>
span { border-color: #ACC41A; }
span { border-color: rgb(172,196,26); }
td.TdClassName
{
border-color: #ACC41A;
}
.TagClassName
{
border-color: #ACC41A;
}
</style>