Shades of Bahia #ACC910
Tints of Bahia #ACC910
RGB
CMYK
RGB Variations
Color information
#ACC910 (or 0xACC910) is known color: Bahia. HEX triplet: AC, C9 and 10. RGB value is (172,201,16). Sum of RGB (Red+Green+Blue) = 172+201+16=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC910 is #5336EF. Grayscale: #ABABAB. Windows color (decimal): -5453552 or 1100204. OLE color: 1100204.
HSL color Cylindrical-coordinate representation of color #ACC910: hue angle of 69.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC910 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 16 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.21 |
| HSL | 69.41º | 0.85% | 0.43% | - |
| HSV(B) | 69.41º | 0.92% | 0.79% | - |
| XYZ | 37.99 | 50.58 | 8.25 | - |
| YUV | 171.24 | 40.39 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 16 | 0.14 | 0 | 0.92 | 0.21 | 69.41 | 0.85 | 0.43 |
| Hex | AC | C9 | 10 | E | 0 | 5C | 15 | 45 | 55 | 2B |
| Octal | 254 | 311 | 20 | 16 | 0 | 134 | 25 | 105 | 125 | 53 |
| Binary | 10101100 | 11001001 | 10000 | 1110 | 0 | 1011100 | 10101 | 1000101 | 1010101 | 101011 |
Color Harmonies of #ACC910
Complementary color
Monochromatic Colors of #ACC910
Black with #ACC910
Text Example
Text Example
White with #ACC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC910; }
p { color: rgb(172,201,16); }
H1.HeaderClassName
{
color: #ACC910;
}
.AnyTagClassName
{
color: #ACC910;
}
</style>
background-color css
<style>
a { background-color: #ACC910; }
a { background-color: rgb(172,201,16); }
div.DivClassName
{
background-color: #ACC910;
}
.BgClassName
{
background-color: #ACC910;
}
</style>
border-color css
<style>
span { border-color: #ACC910; }
span { border-color: rgb(172,201,16); }
td.TdClassName
{
border-color: #ACC910;
}
.TagClassName
{
border-color: #ACC910;
}
</style>