Shades of Bahia #ACBA23
Tints of Bahia #ACBA23
RGB
CMYK
RGB Variations
Color information
#ACBA23 (or 0xACBA23) is known color: Bahia. HEX triplet: AC, BA and 23. RGB value is (172,186,35). Sum of RGB (Red+Green+Blue) = 172+186+35=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA23 is #5345DC. Grayscale: #A5A5A5. Windows color (decimal): -5457373 or 2341548. OLE color: 2341548.
HSL color Cylindrical-coordinate representation of color #ACBA23: hue angle of 65.56º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACBA23 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 35 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.27 |
| HSL | 65.56º | 0.68% | 0.43% | - |
| HSV(B) | 65.56º | 0.81% | 0.73% | - |
| XYZ | 34.88 | 44.01 | 8.25 | - |
| YUV | 164.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 35 | 0.08 | 0 | 0.81 | 0.27 | 65.56 | 0.68 | 0.43 |
| Hex | AC | BA | 23 | 8 | 0 | 51 | 1B | 42 | 44 | 2B |
| Octal | 254 | 272 | 43 | 10 | 0 | 121 | 33 | 102 | 104 | 53 |
| Binary | 10101100 | 10111010 | 100011 | 1000 | 0 | 1010001 | 11011 | 1000010 | 1000100 | 101011 |
Color Harmonies of #ACBA23
Complementary color
Monochromatic Colors of #ACBA23
Black with #ACBA23
Text Example
Text Example
White with #ACBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA23; }
p { color: rgb(172,186,35); }
H1.HeaderClassName
{
color: #ACBA23;
}
.AnyTagClassName
{
color: #ACBA23;
}
</style>
background-color css
<style>
a { background-color: #ACBA23; }
a { background-color: rgb(172,186,35); }
div.DivClassName
{
background-color: #ACBA23;
}
.BgClassName
{
background-color: #ACBA23;
}
</style>
border-color css
<style>
span { border-color: #ACBA23; }
span { border-color: rgb(172,186,35); }
td.TdClassName
{
border-color: #ACBA23;
}
.TagClassName
{
border-color: #ACBA23;
}
</style>