Shades of Bahia #ACBC21
Tints of Bahia #ACBC21
RGB
CMYK
RGB Variations
Color information
#ACBC21 (or 0xACBC21) is known color: Bahia. HEX triplet: AC, BC and 21. RGB value is (172,188,33). Sum of RGB (Red+Green+Blue) = 172+188+33=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC21 is #5343DE. Grayscale: #A6A6A6. Windows color (decimal): -5456863 or 2210988. OLE color: 2210988.
HSL color Cylindrical-coordinate representation of color #ACBC21: hue angle of 66.19º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACBC21 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 33 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.26 |
| HSL | 66.19º | 0.7% | 0.43% | - |
| HSV(B) | 66.19º | 0.82% | 0.74% | - |
| XYZ | 35.27 | 44.85 | 8.24 | - |
| YUV | 165.55 | 53.2 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 33 | 0.09 | 0 | 0.82 | 0.26 | 66.19 | 0.7 | 0.43 |
| Hex | AC | BC | 21 | 9 | 0 | 52 | 1A | 42 | 46 | 2B |
| Octal | 254 | 274 | 41 | 11 | 0 | 122 | 32 | 102 | 106 | 53 |
| Binary | 10101100 | 10111100 | 100001 | 1001 | 0 | 1010010 | 11010 | 1000010 | 1000110 | 101011 |
Color Harmonies of #ACBC21
Complementary color
Monochromatic Colors of #ACBC21
Black with #ACBC21
Text Example
Text Example
White with #ACBC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC21; }
p { color: rgb(172,188,33); }
H1.HeaderClassName
{
color: #ACBC21;
}
.AnyTagClassName
{
color: #ACBC21;
}
</style>
background-color css
<style>
a { background-color: #ACBC21; }
a { background-color: rgb(172,188,33); }
div.DivClassName
{
background-color: #ACBC21;
}
.BgClassName
{
background-color: #ACBC21;
}
</style>
border-color css
<style>
span { border-color: #ACBC21; }
span { border-color: rgb(172,188,33); }
td.TdClassName
{
border-color: #ACBC21;
}
.TagClassName
{
border-color: #ACBC21;
}
</style>