Shades of Bahia #ACC034
Tints of Bahia #ACC034
RGB
CMYK
RGB Variations
Color information
#ACC034 (or 0xACC034) is known color: Bahia. HEX triplet: AC, C0 and 34. RGB value is (172,192,52). Sum of RGB (Red+Green+Blue) = 172+192+52=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC034 is #533FCB. Grayscale: #AAAAAA. Windows color (decimal): -5455820 or 3457196. OLE color: 3457196.
HSL color Cylindrical-coordinate representation of color #ACC034: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACC034 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 52 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.25 |
| HSL | 68.57º | 0.57% | 0.48% | - |
| HSV(B) | 68.57º | 0.73% | 0.75% | - |
| XYZ | 36.48 | 46.72 | 10.34 | - |
| YUV | 170.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 52 | 0.10 | 0 | 0.73 | 0.25 | 68.57 | 0.57 | 0.48 |
| Hex | AC | C0 | 34 | A | 0 | 49 | 19 | 45 | 39 | 30 |
| Octal | 254 | 300 | 64 | 12 | 0 | 111 | 31 | 105 | 71 | 60 |
| Binary | 10101100 | 11000000 | 110100 | 1010 | 0 | 1001001 | 11001 | 1000101 | 111001 | 110000 |
Color Harmonies of #ACC034
Complementary color
Monochromatic Colors of #ACC034
Black with #ACC034
Text Example
Text Example
White with #ACC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC034; }
p { color: rgb(172,192,52); }
H1.HeaderClassName
{
color: #ACC034;
}
.AnyTagClassName
{
color: #ACC034;
}
</style>
background-color css
<style>
a { background-color: #ACC034; }
a { background-color: rgb(172,192,52); }
div.DivClassName
{
background-color: #ACC034;
}
.BgClassName
{
background-color: #ACC034;
}
</style>
border-color css
<style>
span { border-color: #ACC034; }
span { border-color: rgb(172,192,52); }
td.TdClassName
{
border-color: #ACC034;
}
.TagClassName
{
border-color: #ACC034;
}
</style>