Shades of Bahia #ACC71F
Tints of Bahia #ACC71F
RGB
CMYK
RGB Variations
Color information
#ACC71F (or 0xACC71F) is known color: Bahia. HEX triplet: AC, C7 and 1F. RGB value is (172,199,31). Sum of RGB (Red+Green+Blue) = 172+199+31=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC71F is #5338E0. Grayscale: #ACACAC. Windows color (decimal): -5454049 or 2082732. OLE color: 2082732.
HSL color Cylindrical-coordinate representation of color #ACC71F: hue angle of 69.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACC71F is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 31 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.22 |
| HSL | 69.64º | 0.73% | 0.45% | - |
| HSV(B) | 69.64º | 0.84% | 0.78% | - |
| XYZ | 37.68 | 49.72 | 8.91 | - |
| YUV | 171.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 31 | 0.14 | 0 | 0.84 | 0.22 | 69.64 | 0.73 | 0.45 |
| Hex | AC | C7 | 1F | E | 0 | 54 | 16 | 46 | 49 | 2D |
| Octal | 254 | 307 | 37 | 16 | 0 | 124 | 26 | 106 | 111 | 55 |
| Binary | 10101100 | 11000111 | 11111 | 1110 | 0 | 1010100 | 10110 | 1000110 | 1001001 | 101101 |
Color Harmonies of #ACC71F
Complementary color
Monochromatic Colors of #ACC71F
Black with #ACC71F
Text Example
Text Example
White with #ACC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC71F; }
p { color: rgb(172,199,31); }
H1.HeaderClassName
{
color: #ACC71F;
}
.AnyTagClassName
{
color: #ACC71F;
}
</style>
background-color css
<style>
a { background-color: #ACC71F; }
a { background-color: rgb(172,199,31); }
div.DivClassName
{
background-color: #ACC71F;
}
.BgClassName
{
background-color: #ACC71F;
}
</style>
border-color css
<style>
span { border-color: #ACC71F; }
span { border-color: rgb(172,199,31); }
td.TdClassName
{
border-color: #ACC71F;
}
.TagClassName
{
border-color: #ACC71F;
}
</style>