Shades of Bahia #ACBC17
Tints of Bahia #ACBC17
RGB
CMYK
RGB Variations
Color information
#ACBC17 (or 0xACBC17) is known color: Bahia. HEX triplet: AC, BC and 17. RGB value is (172,188,23). Sum of RGB (Red+Green+Blue) = 172+188+23=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC17 is #5343E8. Grayscale: #A5A5A5. Windows color (decimal): -5456873 or 1555628. OLE color: 1555628.
HSL color Cylindrical-coordinate representation of color #ACBC17: hue angle of 65.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACBC17 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 23 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.26 |
| HSL | 65.82º | 0.78% | 0.41% | - |
| HSV(B) | 65.82º | 0.88% | 0.74% | - |
| XYZ | 35.15 | 44.8 | 7.61 | - |
| YUV | 164.41 | 48.2 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 23 | 0.09 | 0 | 0.88 | 0.26 | 65.82 | 0.78 | 0.41 |
| Hex | AC | BC | 17 | 9 | 0 | 58 | 1A | 42 | 4E | 29 |
| Octal | 254 | 274 | 27 | 11 | 0 | 130 | 32 | 102 | 116 | 51 |
| Binary | 10101100 | 10111100 | 10111 | 1001 | 0 | 1011000 | 11010 | 1000010 | 1001110 | 101001 |
Color Harmonies of #ACBC17
Complementary color
Monochromatic Colors of #ACBC17
Black with #ACBC17
Text Example
Text Example
White with #ACBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC17; }
p { color: rgb(172,188,23); }
H1.HeaderClassName
{
color: #ACBC17;
}
.AnyTagClassName
{
color: #ACBC17;
}
</style>
background-color css
<style>
a { background-color: #ACBC17; }
a { background-color: rgb(172,188,23); }
div.DivClassName
{
background-color: #ACBC17;
}
.BgClassName
{
background-color: #ACBC17;
}
</style>
border-color css
<style>
span { border-color: #ACBC17; }
span { border-color: rgb(172,188,23); }
td.TdClassName
{
border-color: #ACBC17;
}
.TagClassName
{
border-color: #ACBC17;
}
</style>