Shades of Bahia #ACC212
Tints of Bahia #ACC212
RGB
CMYK
RGB Variations
Color information
#ACC212 (or 0xACC212) is known color: Bahia. HEX triplet: AC, C2 and 12. RGB value is (172,194,18). Sum of RGB (Red+Green+Blue) = 172+194+18=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC212 is #533DED. Grayscale: #A8A8A8. Windows color (decimal): -5455342 or 1229484. OLE color: 1229484.
HSL color Cylindrical-coordinate representation of color #ACC212: hue angle of 67.5º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACC212 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 18 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.24 |
| HSL | 67.5º | 0.83% | 0.42% | - |
| HSV(B) | 67.5º | 0.91% | 0.76% | - |
| XYZ | 36.41 | 47.4 | 7.8 | - |
| YUV | 167.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 18 | 0.11 | 0 | 0.91 | 0.24 | 67.5 | 0.83 | 0.42 |
| Hex | AC | C2 | 12 | B | 0 | 5B | 18 | 44 | 53 | 2A |
| Octal | 254 | 302 | 22 | 13 | 0 | 133 | 30 | 104 | 123 | 52 |
| Binary | 10101100 | 11000010 | 10010 | 1011 | 0 | 1011011 | 11000 | 1000100 | 1010011 | 101010 |
Color Harmonies of #ACC212
Complementary color
Monochromatic Colors of #ACC212
Black with #ACC212
Text Example
Text Example
White with #ACC212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC212; }
p { color: rgb(172,194,18); }
H1.HeaderClassName
{
color: #ACC212;
}
.AnyTagClassName
{
color: #ACC212;
}
</style>
background-color css
<style>
a { background-color: #ACC212; }
a { background-color: rgb(172,194,18); }
div.DivClassName
{
background-color: #ACC212;
}
.BgClassName
{
background-color: #ACC212;
}
</style>
border-color css
<style>
span { border-color: #ACC212; }
span { border-color: rgb(172,194,18); }
td.TdClassName
{
border-color: #ACC212;
}
.TagClassName
{
border-color: #ACC212;
}
</style>