Shades of Bahia #ACBA34
Tints of Bahia #ACBA34
RGB
CMYK
RGB Variations
Color information
#ACBA34 (or 0xACBA34) is known color: Bahia. HEX triplet: AC, BA and 34. RGB value is (172,186,52). Sum of RGB (Red+Green+Blue) = 172+186+52=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA34 is #5345CB. Grayscale: #A7A7A7. Windows color (decimal): -5457356 or 3455660. OLE color: 3455660.
HSL color Cylindrical-coordinate representation of color #ACBA34: hue angle of 66.27º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACBA34 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 52 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.27 |
| HSL | 66.27º | 0.56% | 0.47% | - |
| HSV(B) | 66.27º | 0.72% | 0.73% | - |
| XYZ | 35.19 | 44.14 | 9.91 | - |
| YUV | 166.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 52 | 0.08 | 0 | 0.72 | 0.27 | 66.27 | 0.56 | 0.47 |
| Hex | AC | BA | 34 | 8 | 0 | 48 | 1B | 42 | 38 | 2F |
| Octal | 254 | 272 | 64 | 10 | 0 | 110 | 33 | 102 | 70 | 57 |
| Binary | 10101100 | 10111010 | 110100 | 1000 | 0 | 1001000 | 11011 | 1000010 | 111000 | 101111 |
Color Harmonies of #ACBA34
Complementary color
Monochromatic Colors of #ACBA34
Black with #ACBA34
Text Example
Text Example
White with #ACBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA34; }
p { color: rgb(172,186,52); }
H1.HeaderClassName
{
color: #ACBA34;
}
.AnyTagClassName
{
color: #ACBA34;
}
</style>
background-color css
<style>
a { background-color: #ACBA34; }
a { background-color: rgb(172,186,52); }
div.DivClassName
{
background-color: #ACBA34;
}
.BgClassName
{
background-color: #ACBA34;
}
</style>
border-color css
<style>
span { border-color: #ACBA34; }
span { border-color: rgb(172,186,52); }
td.TdClassName
{
border-color: #ACBA34;
}
.TagClassName
{
border-color: #ACBA34;
}
</style>