Shades of Bahia #ACC51A
Tints of Bahia #ACC51A
RGB
CMYK
RGB Variations
Color information
#ACC51A (or 0xACC51A) is known color: Bahia. HEX triplet: AC, C5 and 1A. RGB value is (172,197,26). Sum of RGB (Red+Green+Blue) = 172+197+26=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC51A is #533AE5. Grayscale: #AAAAAA. Windows color (decimal): -5454566 or 1754540. OLE color: 1754540.
HSL color Cylindrical-coordinate representation of color #ACC51A: hue angle of 68.77º 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 #ACC51A is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 26 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.23 |
| HSL | 68.77º | 0.77% | 0.44% | - |
| HSV(B) | 68.77º | 0.87% | 0.77% | - |
| XYZ | 37.17 | 48.78 | 8.43 | - |
| YUV | 170.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 26 | 0.13 | 0 | 0.87 | 0.23 | 68.77 | 0.77 | 0.44 |
| Hex | AC | C5 | 1A | D | 0 | 57 | 17 | 45 | 4D | 2C |
| Octal | 254 | 305 | 32 | 15 | 0 | 127 | 27 | 105 | 115 | 54 |
| Binary | 10101100 | 11000101 | 11010 | 1101 | 0 | 1010111 | 10111 | 1000101 | 1001101 | 101100 |
Color Harmonies of #ACC51A
Complementary color
Monochromatic Colors of #ACC51A
Black with #ACC51A
Text Example
Text Example
White with #ACC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC51A; }
p { color: rgb(172,197,26); }
H1.HeaderClassName
{
color: #ACC51A;
}
.AnyTagClassName
{
color: #ACC51A;
}
</style>
background-color css
<style>
a { background-color: #ACC51A; }
a { background-color: rgb(172,197,26); }
div.DivClassName
{
background-color: #ACC51A;
}
.BgClassName
{
background-color: #ACC51A;
}
</style>
border-color css
<style>
span { border-color: #ACC51A; }
span { border-color: rgb(172,197,26); }
td.TdClassName
{
border-color: #ACC51A;
}
.TagClassName
{
border-color: #ACC51A;
}
</style>