Shades of Bahia #ACC132
Tints of Bahia #ACC132
RGB
CMYK
RGB Variations
Color information
#ACC132 (or 0xACC132) is known color: Bahia. HEX triplet: AC, C1 and 32. RGB value is (172,193,50). Sum of RGB (Red+Green+Blue) = 172+193+50=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC132 is #533ECD. Grayscale: #AAAAAA. Windows color (decimal): -5455566 or 3326380. OLE color: 3326380.
HSL color Cylindrical-coordinate representation of color #ACC132: hue angle of 68.81º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACC132 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 50 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.24 |
| HSL | 68.81º | 0.59% | 0.48% | - |
| HSV(B) | 68.81º | 0.74% | 0.76% | - |
| XYZ | 36.66 | 47.14 | 10.18 | - |
| YUV | 170.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 50 | 0.11 | 0 | 0.74 | 0.24 | 68.81 | 0.59 | 0.48 |
| Hex | AC | C1 | 32 | B | 0 | 4A | 18 | 45 | 3B | 30 |
| Octal | 254 | 301 | 62 | 13 | 0 | 112 | 30 | 105 | 73 | 60 |
| Binary | 10101100 | 11000001 | 110010 | 1011 | 0 | 1001010 | 11000 | 1000101 | 111011 | 110000 |
Color Harmonies of #ACC132
Complementary color
Monochromatic Colors of #ACC132
Black with #ACC132
Text Example
Text Example
White with #ACC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC132; }
p { color: rgb(172,193,50); }
H1.HeaderClassName
{
color: #ACC132;
}
.AnyTagClassName
{
color: #ACC132;
}
</style>
background-color css
<style>
a { background-color: #ACC132; }
a { background-color: rgb(172,193,50); }
div.DivClassName
{
background-color: #ACC132;
}
.BgClassName
{
background-color: #ACC132;
}
</style>
border-color css
<style>
span { border-color: #ACC132; }
span { border-color: rgb(172,193,50); }
td.TdClassName
{
border-color: #ACC132;
}
.TagClassName
{
border-color: #ACC132;
}
</style>