Shades of Bahia #ACC72B
Tints of Bahia #ACC72B
RGB
CMYK
RGB Variations
Color information
#ACC72B (or 0xACC72B) is known color: Bahia. HEX triplet: AC, C7 and 2B. RGB value is (172,199,43). Sum of RGB (Red+Green+Blue) = 172+199+43=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC72B is #5338D4. Grayscale: #ADADAD. Windows color (decimal): -5454037 or 2869164. OLE color: 2869164.
HSL color Cylindrical-coordinate representation of color #ACC72B: hue angle of 70.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC72B is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 43 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.22 |
| HSL | 70.38º | 0.64% | 0.47% | - |
| HSV(B) | 70.38º | 0.78% | 0.78% | - |
| XYZ | 37.87 | 49.79 | 9.9 | - |
| YUV | 173.14 | 54.55 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 43 | 0.14 | 0 | 0.78 | 0.22 | 70.38 | 0.64 | 0.47 |
| Hex | AC | C7 | 2B | E | 0 | 4E | 16 | 46 | 40 | 2F |
| Octal | 254 | 307 | 53 | 16 | 0 | 116 | 26 | 106 | 100 | 57 |
| Binary | 10101100 | 11000111 | 101011 | 1110 | 0 | 1001110 | 10110 | 1000110 | 1000000 | 101111 |
Color Harmonies of #ACC72B
Complementary color
Monochromatic Colors of #ACC72B
Black with #ACC72B
Text Example
Text Example
White with #ACC72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC72B; }
p { color: rgb(172,199,43); }
H1.HeaderClassName
{
color: #ACC72B;
}
.AnyTagClassName
{
color: #ACC72B;
}
</style>
background-color css
<style>
a { background-color: #ACC72B; }
a { background-color: rgb(172,199,43); }
div.DivClassName
{
background-color: #ACC72B;
}
.BgClassName
{
background-color: #ACC72B;
}
</style>
border-color css
<style>
span { border-color: #ACC72B; }
span { border-color: rgb(172,199,43); }
td.TdClassName
{
border-color: #ACC72B;
}
.TagClassName
{
border-color: #ACC72B;
}
</style>