Shades of Bahia #ACB22B
Tints of Bahia #ACB22B
RGB
CMYK
RGB Variations
Color information
#ACB22B (or 0xACB22B) is known color: Bahia. HEX triplet: AC, B2 and 2B. RGB value is (172,178,43). Sum of RGB (Red+Green+Blue) = 172+178+43=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB22B is #534DD4. Grayscale: #A1A1A1. Windows color (decimal): -5459413 or 2863788. OLE color: 2863788.
HSL color Cylindrical-coordinate representation of color #ACB22B: hue angle of 62.67º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACB22B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 43 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.30 |
| HSL | 62.67º | 0.61% | 0.43% | - |
| HSV(B) | 62.67º | 0.76% | 0.7% | - |
| XYZ | 33.37 | 40.79 | 8.4 | - |
| YUV | 160.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 43 | 0.03 | 0 | 0.76 | 0.30 | 62.67 | 0.61 | 0.43 |
| Hex | AC | B2 | 2B | 3 | 0 | 4C | 1E | 3F | 3D | 2B |
| Octal | 254 | 262 | 53 | 3 | 0 | 114 | 36 | 77 | 75 | 53 |
| Binary | 10101100 | 10110010 | 101011 | 11 | 0 | 1001100 | 11110 | 111111 | 111101 | 101011 |
Color Harmonies of #ACB22B
Complementary color
Monochromatic Colors of #ACB22B
Black with #ACB22B
Text Example
Text Example
White with #ACB22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB22B; }
p { color: rgb(172,178,43); }
H1.HeaderClassName
{
color: #ACB22B;
}
.AnyTagClassName
{
color: #ACB22B;
}
</style>
background-color css
<style>
a { background-color: #ACB22B; }
a { background-color: rgb(172,178,43); }
div.DivClassName
{
background-color: #ACB22B;
}
.BgClassName
{
background-color: #ACB22B;
}
</style>
border-color css
<style>
span { border-color: #ACB22B; }
span { border-color: rgb(172,178,43); }
td.TdClassName
{
border-color: #ACB22B;
}
.TagClassName
{
border-color: #ACB22B;
}
</style>