Shades of Bahia #ACC922
Tints of Bahia #ACC922
RGB
CMYK
RGB Variations
Color information
#ACC922 (or 0xACC922) is known color: Bahia. HEX triplet: AC, C9 and 22. RGB value is (172,201,34). Sum of RGB (Red+Green+Blue) = 172+201+34=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC922 is #5336DD. Grayscale: #ADADAD. Windows color (decimal): -5453534 or 2279852. OLE color: 2279852.
HSL color Cylindrical-coordinate representation of color #ACC922: hue angle of 70.42º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACC922 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 34 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.21 |
| HSL | 70.42º | 0.71% | 0.46% | - |
| HSV(B) | 70.42º | 0.83% | 0.79% | - |
| XYZ | 38.19 | 50.66 | 9.28 | - |
| YUV | 173.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 34 | 0.14 | 0 | 0.83 | 0.21 | 70.42 | 0.71 | 0.46 |
| Hex | AC | C9 | 22 | E | 0 | 53 | 15 | 46 | 47 | 2E |
| Octal | 254 | 311 | 42 | 16 | 0 | 123 | 25 | 106 | 107 | 56 |
| Binary | 10101100 | 11001001 | 100010 | 1110 | 0 | 1010011 | 10101 | 1000110 | 1000111 | 101110 |
Color Harmonies of #ACC922
Complementary color
Monochromatic Colors of #ACC922
Black with #ACC922
Text Example
Text Example
White with #ACC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC922; }
p { color: rgb(172,201,34); }
H1.HeaderClassName
{
color: #ACC922;
}
.AnyTagClassName
{
color: #ACC922;
}
</style>
background-color css
<style>
a { background-color: #ACC922; }
a { background-color: rgb(172,201,34); }
div.DivClassName
{
background-color: #ACC922;
}
.BgClassName
{
background-color: #ACC922;
}
</style>
border-color css
<style>
span { border-color: #ACC922; }
span { border-color: rgb(172,201,34); }
td.TdClassName
{
border-color: #ACC922;
}
.TagClassName
{
border-color: #ACC922;
}
</style>