Shades of Bahia #ACBC31
Tints of Bahia #ACBC31
RGB
CMYK
RGB Variations
Color information
#ACBC31 (or 0xACBC31) is known color: Bahia. HEX triplet: AC, BC and 31. RGB value is (172,188,49). Sum of RGB (Red+Green+Blue) = 172+188+49=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC31 is #5343CE. Grayscale: #A7A7A7. Windows color (decimal): -5456847 or 3259564. OLE color: 3259564.
HSL color Cylindrical-coordinate representation of color #ACBC31: hue angle of 66.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACBC31 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 49 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.26 |
| HSL | 66.91º | 0.59% | 0.46% | - |
| HSV(B) | 66.91º | 0.74% | 0.74% | - |
| XYZ | 35.55 | 44.96 | 9.71 | - |
| YUV | 167.37 | 61.2 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 49 | 0.09 | 0 | 0.74 | 0.26 | 66.91 | 0.59 | 0.46 |
| Hex | AC | BC | 31 | 9 | 0 | 4A | 1A | 43 | 3B | 2E |
| Octal | 254 | 274 | 61 | 11 | 0 | 112 | 32 | 103 | 73 | 56 |
| Binary | 10101100 | 10111100 | 110001 | 1001 | 0 | 1001010 | 11010 | 1000011 | 111011 | 101110 |
Color Harmonies of #ACBC31
Complementary color
Monochromatic Colors of #ACBC31
Black with #ACBC31
Text Example
Text Example
White with #ACBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC31; }
p { color: rgb(172,188,49); }
H1.HeaderClassName
{
color: #ACBC31;
}
.AnyTagClassName
{
color: #ACBC31;
}
</style>
background-color css
<style>
a { background-color: #ACBC31; }
a { background-color: rgb(172,188,49); }
div.DivClassName
{
background-color: #ACBC31;
}
.BgClassName
{
background-color: #ACBC31;
}
</style>
border-color css
<style>
span { border-color: #ACBC31; }
span { border-color: rgb(172,188,49); }
td.TdClassName
{
border-color: #ACBC31;
}
.TagClassName
{
border-color: #ACBC31;
}
</style>