Shades of Bahia #ACC71C
Tints of Bahia #ACC71C
RGB
CMYK
RGB Variations
Color information
#ACC71C (or 0xACC71C) is known color: Bahia. HEX triplet: AC, C7 and 1C. RGB value is (172,199,28). Sum of RGB (Red+Green+Blue) = 172+199+28=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC71C is #5338E3. Grayscale: #ACACAC. Windows color (decimal): -5454052 or 1886124. OLE color: 1886124.
HSL color Cylindrical-coordinate representation of color #ACC71C: hue angle of 69.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACC71C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.22 |
| HSL | 69.47º | 0.75% | 0.45% | - |
| HSV(B) | 69.47º | 0.86% | 0.78% | - |
| XYZ | 37.65 | 49.7 | 8.71 | - |
| YUV | 171.43 | 47.05 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 28 | 0.14 | 0 | 0.86 | 0.22 | 69.47 | 0.75 | 0.45 |
| Hex | AC | C7 | 1C | E | 0 | 56 | 16 | 45 | 4B | 2D |
| Octal | 254 | 307 | 34 | 16 | 0 | 126 | 26 | 105 | 113 | 55 |
| Binary | 10101100 | 11000111 | 11100 | 1110 | 0 | 1010110 | 10110 | 1000101 | 1001011 | 101101 |
Color Harmonies of #ACC71C
Complementary color
Monochromatic Colors of #ACC71C
Black with #ACC71C
Text Example
Text Example
White with #ACC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC71C; }
p { color: rgb(172,199,28); }
H1.HeaderClassName
{
color: #ACC71C;
}
.AnyTagClassName
{
color: #ACC71C;
}
</style>
background-color css
<style>
a { background-color: #ACC71C; }
a { background-color: rgb(172,199,28); }
div.DivClassName
{
background-color: #ACC71C;
}
.BgClassName
{
background-color: #ACC71C;
}
</style>
border-color css
<style>
span { border-color: #ACC71C; }
span { border-color: rgb(172,199,28); }
td.TdClassName
{
border-color: #ACC71C;
}
.TagClassName
{
border-color: #ACC71C;
}
</style>