Shades of Bahia #ACBC30
Tints of Bahia #ACBC30
RGB
CMYK
RGB Variations
Color information
#ACBC30 (or 0xACBC30) is known color: Bahia. HEX triplet: AC, BC and 30. RGB value is (172,188,48). Sum of RGB (Red+Green+Blue) = 172+188+48=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC30 is #5343CF. Grayscale: #A7A7A7. Windows color (decimal): -5456848 or 3194028. OLE color: 3194028.
HSL color Cylindrical-coordinate representation of color #ACBC30: hue angle of 66.86º 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 #ACBC30 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 48 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.26 |
| HSL | 66.86º | 0.59% | 0.46% | - |
| HSV(B) | 66.86º | 0.74% | 0.74% | - |
| XYZ | 35.53 | 44.95 | 9.6 | - |
| YUV | 167.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 48 | 0.09 | 0 | 0.74 | 0.26 | 66.86 | 0.59 | 0.46 |
| Hex | AC | BC | 30 | 9 | 0 | 4A | 1A | 43 | 3B | 2E |
| Octal | 254 | 274 | 60 | 11 | 0 | 112 | 32 | 103 | 73 | 56 |
| Binary | 10101100 | 10111100 | 110000 | 1001 | 0 | 1001010 | 11010 | 1000011 | 111011 | 101110 |
Color Harmonies of #ACBC30
Complementary color
Monochromatic Colors of #ACBC30
Black with #ACBC30
Text Example
Text Example
White with #ACBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC30; }
p { color: rgb(172,188,48); }
H1.HeaderClassName
{
color: #ACBC30;
}
.AnyTagClassName
{
color: #ACBC30;
}
</style>
background-color css
<style>
a { background-color: #ACBC30; }
a { background-color: rgb(172,188,48); }
div.DivClassName
{
background-color: #ACBC30;
}
.BgClassName
{
background-color: #ACBC30;
}
</style>
border-color css
<style>
span { border-color: #ACBC30; }
span { border-color: rgb(172,188,48); }
td.TdClassName
{
border-color: #ACBC30;
}
.TagClassName
{
border-color: #ACBC30;
}
</style>