Shades of Bahia #ACC712
Tints of Bahia #ACC712
RGB
CMYK
RGB Variations
Color information
#ACC712 (or 0xACC712) is known color: Bahia. HEX triplet: AC, C7 and 12. RGB value is (172,199,18). Sum of RGB (Red+Green+Blue) = 172+199+18=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC712 is #5338ED. Grayscale: #AAAAAA. Windows color (decimal): -5454062 or 1230764. OLE color: 1230764.
HSL color Cylindrical-coordinate representation of color #ACC712: hue angle of 68.95º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACC712 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 18 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.22 |
| HSL | 68.95º | 0.83% | 0.43% | - |
| HSV(B) | 68.95º | 0.91% | 0.78% | - |
| XYZ | 37.55 | 49.66 | 8.18 | - |
| YUV | 170.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 18 | 0.14 | 0 | 0.91 | 0.22 | 68.95 | 0.83 | 0.43 |
| Hex | AC | C7 | 12 | E | 0 | 5B | 16 | 45 | 53 | 2B |
| Octal | 254 | 307 | 22 | 16 | 0 | 133 | 26 | 105 | 123 | 53 |
| Binary | 10101100 | 11000111 | 10010 | 1110 | 0 | 1011011 | 10110 | 1000101 | 1010011 | 101011 |
Color Harmonies of #ACC712
Complementary color
Monochromatic Colors of #ACC712
Black with #ACC712
Text Example
Text Example
White with #ACC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC712; }
p { color: rgb(172,199,18); }
H1.HeaderClassName
{
color: #ACC712;
}
.AnyTagClassName
{
color: #ACC712;
}
</style>
background-color css
<style>
a { background-color: #ACC712; }
a { background-color: rgb(172,199,18); }
div.DivClassName
{
background-color: #ACC712;
}
.BgClassName
{
background-color: #ACC712;
}
</style>
border-color css
<style>
span { border-color: #ACC712; }
span { border-color: rgb(172,199,18); }
td.TdClassName
{
border-color: #ACC712;
}
.TagClassName
{
border-color: #ACC712;
}
</style>