Shades of Bahia #ACBC13
Tints of Bahia #ACBC13
RGB
CMYK
RGB Variations
Color information
#ACBC13 (or 0xACBC13) is known color: Bahia. HEX triplet: AC, BC and 13. RGB value is (172,188,19). Sum of RGB (Red+Green+Blue) = 172+188+19=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC13 is #5343EC. Grayscale: #A4A4A4. Windows color (decimal): -5456877 or 1293484. OLE color: 1293484.
HSL color Cylindrical-coordinate representation of color #ACBC13: hue angle of 65.68º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACBC13 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 19 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.26 |
| HSL | 65.68º | 0.82% | 0.41% | - |
| HSV(B) | 65.68º | 0.9% | 0.74% | - |
| XYZ | 35.11 | 44.78 | 7.41 | - |
| YUV | 163.95 | 46.2 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 19 | 0.09 | 0 | 0.90 | 0.26 | 65.68 | 0.82 | 0.41 |
| Hex | AC | BC | 13 | 9 | 0 | 5A | 1A | 42 | 52 | 29 |
| Octal | 254 | 274 | 23 | 11 | 0 | 132 | 32 | 102 | 122 | 51 |
| Binary | 10101100 | 10111100 | 10011 | 1001 | 0 | 1011010 | 11010 | 1000010 | 1010010 | 101001 |
Color Harmonies of #ACBC13
Complementary color
Monochromatic Colors of #ACBC13
Black with #ACBC13
Text Example
Text Example
White with #ACBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC13; }
p { color: rgb(172,188,19); }
H1.HeaderClassName
{
color: #ACBC13;
}
.AnyTagClassName
{
color: #ACBC13;
}
</style>
background-color css
<style>
a { background-color: #ACBC13; }
a { background-color: rgb(172,188,19); }
div.DivClassName
{
background-color: #ACBC13;
}
.BgClassName
{
background-color: #ACBC13;
}
</style>
border-color css
<style>
span { border-color: #ACBC13; }
span { border-color: rgb(172,188,19); }
td.TdClassName
{
border-color: #ACBC13;
}
.TagClassName
{
border-color: #ACBC13;
}
</style>