Shades of Bahia #ACB92B
Tints of Bahia #ACB92B
RGB
CMYK
RGB Variations
Color information
#ACB92B (or 0xACB92B) is known color: Bahia. HEX triplet: AC, B9 and 2B. RGB value is (172,185,43). Sum of RGB (Red+Green+Blue) = 172+185+43=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB92B is #5346D4. Grayscale: #A5A5A5. Windows color (decimal): -5457621 or 2865580. OLE color: 2865580.
HSL color Cylindrical-coordinate representation of color #ACB92B: hue angle of 65.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB92B is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 43 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.27 |
| HSL | 65.49º | 0.62% | 0.45% | - |
| HSV(B) | 65.49º | 0.77% | 0.73% | - |
| XYZ | 34.8 | 43.64 | 8.88 | - |
| YUV | 164.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 43 | 0.07 | 0 | 0.77 | 0.27 | 65.49 | 0.62 | 0.45 |
| Hex | AC | B9 | 2B | 7 | 0 | 4D | 1B | 41 | 3E | 2D |
| Octal | 254 | 271 | 53 | 7 | 0 | 115 | 33 | 101 | 76 | 55 |
| Binary | 10101100 | 10111001 | 101011 | 111 | 0 | 1001101 | 11011 | 1000001 | 111110 | 101101 |
Color Harmonies of #ACB92B
Complementary color
Monochromatic Colors of #ACB92B
Black with #ACB92B
Text Example
Text Example
White with #ACB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB92B; }
p { color: rgb(172,185,43); }
H1.HeaderClassName
{
color: #ACB92B;
}
.AnyTagClassName
{
color: #ACB92B;
}
</style>
background-color css
<style>
a { background-color: #ACB92B; }
a { background-color: rgb(172,185,43); }
div.DivClassName
{
background-color: #ACB92B;
}
.BgClassName
{
background-color: #ACB92B;
}
</style>
border-color css
<style>
span { border-color: #ACB92B; }
span { border-color: rgb(172,185,43); }
td.TdClassName
{
border-color: #ACB92B;
}
.TagClassName
{
border-color: #ACB92B;
}
</style>