Shades of Bahia #ACC12F
Tints of Bahia #ACC12F
RGB
CMYK
RGB Variations
Color information
#ACC12F (or 0xACC12F) is known color: Bahia. HEX triplet: AC, C1 and 2F. RGB value is (172,193,47). Sum of RGB (Red+Green+Blue) = 172+193+47=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC12F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC12F is #533ED0. Grayscale: #AAAAAA. Windows color (decimal): -5455569 or 3129772. OLE color: 3129772.
HSL color Cylindrical-coordinate representation of color #ACC12F: hue angle of 68.63º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACC12F is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 47 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.24 |
| HSL | 68.63º | 0.61% | 0.47% | - |
| HSV(B) | 68.63º | 0.76% | 0.76% | - |
| XYZ | 36.6 | 47.12 | 9.85 | - |
| YUV | 170.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 47 | 0.11 | 0 | 0.76 | 0.24 | 68.63 | 0.61 | 0.47 |
| Hex | AC | C1 | 2F | B | 0 | 4C | 18 | 45 | 3D | 2F |
| Octal | 254 | 301 | 57 | 13 | 0 | 114 | 30 | 105 | 75 | 57 |
| Binary | 10101100 | 11000001 | 101111 | 1011 | 0 | 1001100 | 11000 | 1000101 | 111101 | 101111 |
Color Harmonies of #ACC12F
Complementary color
Monochromatic Colors of #ACC12F
Black with #ACC12F
Text Example
Text Example
White with #ACC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC12F; }
p { color: rgb(172,193,47); }
H1.HeaderClassName
{
color: #ACC12F;
}
.AnyTagClassName
{
color: #ACC12F;
}
</style>
background-color css
<style>
a { background-color: #ACC12F; }
a { background-color: rgb(172,193,47); }
div.DivClassName
{
background-color: #ACC12F;
}
.BgClassName
{
background-color: #ACC12F;
}
</style>
border-color css
<style>
span { border-color: #ACC12F; }
span { border-color: rgb(172,193,47); }
td.TdClassName
{
border-color: #ACC12F;
}
.TagClassName
{
border-color: #ACC12F;
}
</style>