Shades of Bahia #ACB823
Tints of Bahia #ACB823
RGB
CMYK
RGB Variations
Color information
#ACB823 (or 0xACB823) is known color: Bahia. HEX triplet: AC, B8 and 23. RGB value is (172,184,35). Sum of RGB (Red+Green+Blue) = 172+184+35=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB823 is #5347DC. Grayscale: #A4A4A4. Windows color (decimal): -5457885 or 2341036. OLE color: 2341036.
HSL color Cylindrical-coordinate representation of color #ACB823: hue angle of 64.83º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACB823 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 35 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.28 |
| HSL | 64.83º | 0.68% | 0.43% | - |
| HSV(B) | 64.83º | 0.81% | 0.72% | - |
| XYZ | 34.46 | 43.17 | 8.11 | - |
| YUV | 163.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 35 | 0.07 | 0 | 0.81 | 0.28 | 64.83 | 0.68 | 0.43 |
| Hex | AC | B8 | 23 | 7 | 0 | 51 | 1C | 41 | 44 | 2B |
| Octal | 254 | 270 | 43 | 7 | 0 | 121 | 34 | 101 | 104 | 53 |
| Binary | 10101100 | 10111000 | 100011 | 111 | 0 | 1010001 | 11100 | 1000001 | 1000100 | 101011 |
Color Harmonies of #ACB823
Complementary color
Monochromatic Colors of #ACB823
Black with #ACB823
Text Example
Text Example
White with #ACB823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB823; }
p { color: rgb(172,184,35); }
H1.HeaderClassName
{
color: #ACB823;
}
.AnyTagClassName
{
color: #ACB823;
}
</style>
background-color css
<style>
a { background-color: #ACB823; }
a { background-color: rgb(172,184,35); }
div.DivClassName
{
background-color: #ACB823;
}
.BgClassName
{
background-color: #ACB823;
}
</style>
border-color css
<style>
span { border-color: #ACB823; }
span { border-color: rgb(172,184,35); }
td.TdClassName
{
border-color: #ACB823;
}
.TagClassName
{
border-color: #ACB823;
}
</style>