Shades of Bahia #ACC222
Tints of Bahia #ACC222
RGB
CMYK
RGB Variations
Color information
#ACC222 (or 0xACC222) is known color: Bahia. HEX triplet: AC, C2 and 22. RGB value is (172,194,34). Sum of RGB (Red+Green+Blue) = 172+194+34=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC222 is #533DDD. Grayscale: #A9A9A9. Windows color (decimal): -5455326 or 2278060. OLE color: 2278060.
HSL color Cylindrical-coordinate representation of color #ACC222: hue angle of 68.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACC222 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 34 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.24 |
| HSL | 68.25º | 0.7% | 0.45% | - |
| HSV(B) | 68.25º | 0.82% | 0.76% | - |
| XYZ | 36.59 | 47.47 | 8.75 | - |
| YUV | 169.18 | 51.71 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 34 | 0.11 | 0 | 0.82 | 0.24 | 68.25 | 0.7 | 0.45 |
| Hex | AC | C2 | 22 | B | 0 | 52 | 18 | 44 | 46 | 2D |
| Octal | 254 | 302 | 42 | 13 | 0 | 122 | 30 | 104 | 106 | 55 |
| Binary | 10101100 | 11000010 | 100010 | 1011 | 0 | 1010010 | 11000 | 1000100 | 1000110 | 101101 |
Color Harmonies of #ACC222
Complementary color
Monochromatic Colors of #ACC222
Black with #ACC222
Text Example
Text Example
White with #ACC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC222; }
p { color: rgb(172,194,34); }
H1.HeaderClassName
{
color: #ACC222;
}
.AnyTagClassName
{
color: #ACC222;
}
</style>
background-color css
<style>
a { background-color: #ACC222; }
a { background-color: rgb(172,194,34); }
div.DivClassName
{
background-color: #ACC222;
}
.BgClassName
{
background-color: #ACC222;
}
</style>
border-color css
<style>
span { border-color: #ACC222; }
span { border-color: rgb(172,194,34); }
td.TdClassName
{
border-color: #ACC222;
}
.TagClassName
{
border-color: #ACC222;
}
</style>