Shades of Bahia #ACBC18
Tints of Bahia #ACBC18
RGB
CMYK
RGB Variations
Color information
#ACBC18 (or 0xACBC18) is known color: Bahia. HEX triplet: AC, BC and 18. RGB value is (172,188,24). Sum of RGB (Red+Green+Blue) = 172+188+24=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC18 is #5343E7. Grayscale: #A5A5A5. Windows color (decimal): -5456872 or 1621164. OLE color: 1621164.
HSL color Cylindrical-coordinate representation of color #ACBC18: hue angle of 65.85º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACBC18 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 24 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.26 |
| HSL | 65.85º | 0.77% | 0.42% | - |
| HSV(B) | 65.85º | 0.87% | 0.74% | - |
| XYZ | 35.16 | 44.8 | 7.66 | - |
| YUV | 164.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 24 | 0.09 | 0 | 0.87 | 0.26 | 65.85 | 0.77 | 0.42 |
| Hex | AC | BC | 18 | 9 | 0 | 57 | 1A | 42 | 4D | 2A |
| Octal | 254 | 274 | 30 | 11 | 0 | 127 | 32 | 102 | 115 | 52 |
| Binary | 10101100 | 10111100 | 11000 | 1001 | 0 | 1010111 | 11010 | 1000010 | 1001101 | 101010 |
Color Harmonies of #ACBC18
Complementary color
Monochromatic Colors of #ACBC18
Black with #ACBC18
Text Example
Text Example
White with #ACBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC18; }
p { color: rgb(172,188,24); }
H1.HeaderClassName
{
color: #ACBC18;
}
.AnyTagClassName
{
color: #ACBC18;
}
</style>
background-color css
<style>
a { background-color: #ACBC18; }
a { background-color: rgb(172,188,24); }
div.DivClassName
{
background-color: #ACBC18;
}
.BgClassName
{
background-color: #ACBC18;
}
</style>
border-color css
<style>
span { border-color: #ACBC18; }
span { border-color: rgb(172,188,24); }
td.TdClassName
{
border-color: #ACBC18;
}
.TagClassName
{
border-color: #ACBC18;
}
</style>