Shades of Bahia #ACC126
Tints of Bahia #ACC126
RGB
CMYK
RGB Variations
Color information
#ACC126 (or 0xACC126) is known color: Bahia. HEX triplet: AC, C1 and 26. RGB value is (172,193,38). Sum of RGB (Red+Green+Blue) = 172+193+38=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC126 is #533ED9. Grayscale: #A9A9A9. Windows color (decimal): -5455578 or 2539948. OLE color: 2539948.
HSL color Cylindrical-coordinate representation of color #ACC126: hue angle of 68.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC126 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 38 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.24 |
| HSL | 68.13º | 0.67% | 0.45% | - |
| HSV(B) | 68.13º | 0.8% | 0.76% | - |
| XYZ | 36.43 | 47.05 | 9 | - |
| YUV | 169.05 | 54.04 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 38 | 0.11 | 0 | 0.80 | 0.24 | 68.13 | 0.67 | 0.45 |
| Hex | AC | C1 | 26 | B | 0 | 50 | 18 | 44 | 43 | 2D |
| Octal | 254 | 301 | 46 | 13 | 0 | 120 | 30 | 104 | 103 | 55 |
| Binary | 10101100 | 11000001 | 100110 | 1011 | 0 | 1010000 | 11000 | 1000100 | 1000011 | 101101 |
Color Harmonies of #ACC126
Complementary color
Monochromatic Colors of #ACC126
Black with #ACC126
Text Example
Text Example
White with #ACC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC126; }
p { color: rgb(172,193,38); }
H1.HeaderClassName
{
color: #ACC126;
}
.AnyTagClassName
{
color: #ACC126;
}
</style>
background-color css
<style>
a { background-color: #ACC126; }
a { background-color: rgb(172,193,38); }
div.DivClassName
{
background-color: #ACC126;
}
.BgClassName
{
background-color: #ACC126;
}
</style>
border-color css
<style>
span { border-color: #ACC126; }
span { border-color: rgb(172,193,38); }
td.TdClassName
{
border-color: #ACC126;
}
.TagClassName
{
border-color: #ACC126;
}
</style>