Shades of Bahia #ACBC1A
Tints of Bahia #ACBC1A
RGB
CMYK
RGB Variations
Color information
#ACBC1A (or 0xACBC1A) is known color: Bahia. HEX triplet: AC, BC and 1A. RGB value is (172,188,26). Sum of RGB (Red+Green+Blue) = 172+188+26=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC1A is #5343E5. Grayscale: #A5A5A5. Windows color (decimal): -5456870 or 1752236. OLE color: 1752236.
HSL color Cylindrical-coordinate representation of color #ACBC1A: hue angle of 65.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACBC1A is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 26 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.26 |
| HSL | 65.93º | 0.76% | 0.42% | - |
| HSV(B) | 65.93º | 0.86% | 0.74% | - |
| XYZ | 35.18 | 44.81 | 7.77 | - |
| YUV | 164.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 26 | 0.09 | 0 | 0.86 | 0.26 | 65.93 | 0.76 | 0.42 |
| Hex | AC | BC | 1A | 9 | 0 | 56 | 1A | 42 | 4C | 2A |
| Octal | 254 | 274 | 32 | 11 | 0 | 126 | 32 | 102 | 114 | 52 |
| Binary | 10101100 | 10111100 | 11010 | 1001 | 0 | 1010110 | 11010 | 1000010 | 1001100 | 101010 |
Color Harmonies of #ACBC1A
Complementary color
Monochromatic Colors of #ACBC1A
Black with #ACBC1A
Text Example
Text Example
White with #ACBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC1A; }
p { color: rgb(172,188,26); }
H1.HeaderClassName
{
color: #ACBC1A;
}
.AnyTagClassName
{
color: #ACBC1A;
}
</style>
background-color css
<style>
a { background-color: #ACBC1A; }
a { background-color: rgb(172,188,26); }
div.DivClassName
{
background-color: #ACBC1A;
}
.BgClassName
{
background-color: #ACBC1A;
}
</style>
border-color css
<style>
span { border-color: #ACBC1A; }
span { border-color: rgb(172,188,26); }
td.TdClassName
{
border-color: #ACBC1A;
}
.TagClassName
{
border-color: #ACBC1A;
}
</style>