Shades of Bahia #ACC52E
Tints of Bahia #ACC52E
RGB
CMYK
RGB Variations
Color information
#ACC52E (or 0xACC52E) is known color: Bahia. HEX triplet: AC, C5 and 2E. RGB value is (172,197,46). Sum of RGB (Red+Green+Blue) = 172+197+46=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC52E is #533AD1. Grayscale: #ACACAC. Windows color (decimal): -5454546 or 3065260. OLE color: 3065260.
HSL color Cylindrical-coordinate representation of color #ACC52E: hue angle of 69.93º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACC52E is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 46 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.23 |
| HSL | 69.93º | 0.62% | 0.48% | - |
| HSV(B) | 69.93º | 0.77% | 0.77% | - |
| XYZ | 37.47 | 48.9 | 10.05 | - |
| YUV | 172.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 46 | 0.13 | 0 | 0.77 | 0.23 | 69.93 | 0.62 | 0.48 |
| Hex | AC | C5 | 2E | D | 0 | 4D | 17 | 46 | 3E | 30 |
| Octal | 254 | 305 | 56 | 15 | 0 | 115 | 27 | 106 | 76 | 60 |
| Binary | 10101100 | 11000101 | 101110 | 1101 | 0 | 1001101 | 10111 | 1000110 | 111110 | 110000 |
Color Harmonies of #ACC52E
Complementary color
Monochromatic Colors of #ACC52E
Black with #ACC52E
Text Example
Text Example
White with #ACC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC52E; }
p { color: rgb(172,197,46); }
H1.HeaderClassName
{
color: #ACC52E;
}
.AnyTagClassName
{
color: #ACC52E;
}
</style>
background-color css
<style>
a { background-color: #ACC52E; }
a { background-color: rgb(172,197,46); }
div.DivClassName
{
background-color: #ACC52E;
}
.BgClassName
{
background-color: #ACC52E;
}
</style>
border-color css
<style>
span { border-color: #ACC52E; }
span { border-color: rgb(172,197,46); }
td.TdClassName
{
border-color: #ACC52E;
}
.TagClassName
{
border-color: #ACC52E;
}
</style>