Shades of Bahia #ACC52B
Tints of Bahia #ACC52B
RGB
CMYK
RGB Variations
Color information
#ACC52B (or 0xACC52B) is known color: Bahia. HEX triplet: AC, C5 and 2B. RGB value is (172,197,43). Sum of RGB (Red+Green+Blue) = 172+197+43=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC52B is #533AD4. Grayscale: #ACACAC. Windows color (decimal): -5454549 or 2868652. OLE color: 2868652.
HSL color Cylindrical-coordinate representation of color #ACC52B: hue angle of 69.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC52B is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 43 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.23 |
| HSL | 69.74º | 0.64% | 0.47% | - |
| HSV(B) | 69.74º | 0.78% | 0.77% | - |
| XYZ | 37.42 | 48.88 | 9.75 | - |
| YUV | 171.97 | 55.22 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 43 | 0.13 | 0 | 0.78 | 0.23 | 69.74 | 0.64 | 0.47 |
| Hex | AC | C5 | 2B | D | 0 | 4E | 17 | 46 | 40 | 2F |
| Octal | 254 | 305 | 53 | 15 | 0 | 116 | 27 | 106 | 100 | 57 |
| Binary | 10101100 | 11000101 | 101011 | 1101 | 0 | 1001110 | 10111 | 1000110 | 1000000 | 101111 |
Color Harmonies of #ACC52B
Complementary color
Monochromatic Colors of #ACC52B
Black with #ACC52B
Text Example
Text Example
White with #ACC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC52B; }
p { color: rgb(172,197,43); }
H1.HeaderClassName
{
color: #ACC52B;
}
.AnyTagClassName
{
color: #ACC52B;
}
</style>
background-color css
<style>
a { background-color: #ACC52B; }
a { background-color: rgb(172,197,43); }
div.DivClassName
{
background-color: #ACC52B;
}
.BgClassName
{
background-color: #ACC52B;
}
</style>
border-color css
<style>
span { border-color: #ACC52B; }
span { border-color: rgb(172,197,43); }
td.TdClassName
{
border-color: #ACC52B;
}
.TagClassName
{
border-color: #ACC52B;
}
</style>