Shades of Bahia #ACC12D
Tints of Bahia #ACC12D
RGB
CMYK
RGB Variations
Color information
#ACC12D (or 0xACC12D) is known color: Bahia. HEX triplet: AC, C1 and 2D. RGB value is (172,193,45). Sum of RGB (Red+Green+Blue) = 172+193+45=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC12D is #533ED2. Grayscale: #AAAAAA. Windows color (decimal): -5455571 or 2998700. OLE color: 2998700.
HSL color Cylindrical-coordinate representation of color #ACC12D: hue angle of 68.51º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACC12D is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 45 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.24 |
| HSL | 68.51º | 0.62% | 0.47% | - |
| HSV(B) | 68.51º | 0.77% | 0.76% | - |
| XYZ | 36.56 | 47.1 | 9.65 | - |
| YUV | 169.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 45 | 0.11 | 0 | 0.77 | 0.24 | 68.51 | 0.62 | 0.47 |
| Hex | AC | C1 | 2D | B | 0 | 4D | 18 | 45 | 3E | 2F |
| Octal | 254 | 301 | 55 | 13 | 0 | 115 | 30 | 105 | 76 | 57 |
| Binary | 10101100 | 11000001 | 101101 | 1011 | 0 | 1001101 | 11000 | 1000101 | 111110 | 101111 |
Color Harmonies of #ACC12D
Complementary color
Monochromatic Colors of #ACC12D
Black with #ACC12D
Text Example
Text Example
White with #ACC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC12D; }
p { color: rgb(172,193,45); }
H1.HeaderClassName
{
color: #ACC12D;
}
.AnyTagClassName
{
color: #ACC12D;
}
</style>
background-color css
<style>
a { background-color: #ACC12D; }
a { background-color: rgb(172,193,45); }
div.DivClassName
{
background-color: #ACC12D;
}
.BgClassName
{
background-color: #ACC12D;
}
</style>
border-color css
<style>
span { border-color: #ACC12D; }
span { border-color: rgb(172,193,45); }
td.TdClassName
{
border-color: #ACC12D;
}
.TagClassName
{
border-color: #ACC12D;
}
</style>