Shades of Bahia #ACBA32
Tints of Bahia #ACBA32
RGB
CMYK
RGB Variations
Color information
#ACBA32 (or 0xACBA32) is known color: Bahia. HEX triplet: AC, BA and 32. RGB value is (172,186,50). Sum of RGB (Red+Green+Blue) = 172+186+50=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA32 is #5345CD. Grayscale: #A6A6A6. Windows color (decimal): -5457358 or 3324588. OLE color: 3324588.
HSL color Cylindrical-coordinate representation of color #ACBA32: hue angle of 66.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACBA32 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 50 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.27 |
| HSL | 66.18º | 0.58% | 0.46% | - |
| HSV(B) | 66.18º | 0.73% | 0.73% | - |
| XYZ | 35.15 | 44.12 | 9.68 | - |
| YUV | 166.31 | 62.36 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 50 | 0.08 | 0 | 0.73 | 0.27 | 66.18 | 0.58 | 0.46 |
| Hex | AC | BA | 32 | 8 | 0 | 49 | 1B | 42 | 3A | 2E |
| Octal | 254 | 272 | 62 | 10 | 0 | 111 | 33 | 102 | 72 | 56 |
| Binary | 10101100 | 10111010 | 110010 | 1000 | 0 | 1001001 | 11011 | 1000010 | 111010 | 101110 |
Color Harmonies of #ACBA32
Complementary color
Monochromatic Colors of #ACBA32
Black with #ACBA32
Text Example
Text Example
White with #ACBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA32; }
p { color: rgb(172,186,50); }
H1.HeaderClassName
{
color: #ACBA32;
}
.AnyTagClassName
{
color: #ACBA32;
}
</style>
background-color css
<style>
a { background-color: #ACBA32; }
a { background-color: rgb(172,186,50); }
div.DivClassName
{
background-color: #ACBA32;
}
.BgClassName
{
background-color: #ACBA32;
}
</style>
border-color css
<style>
span { border-color: #ACBA32; }
span { border-color: rgb(172,186,50); }
td.TdClassName
{
border-color: #ACBA32;
}
.TagClassName
{
border-color: #ACBA32;
}
</style>