Shades of Bahia #ACC62C
Tints of Bahia #ACC62C
RGB
CMYK
RGB Variations
Color information
#ACC62C (or 0xACC62C) is known color: Bahia. HEX triplet: AC, C6 and 2C. RGB value is (172,198,44). Sum of RGB (Red+Green+Blue) = 172+198+44=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC62C is #5339D3. Grayscale: #ADADAD. Windows color (decimal): -5454292 or 2934444. OLE color: 2934444.
HSL color Cylindrical-coordinate representation of color #ACC62C: hue angle of 70.13º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC62C is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 44 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.22 |
| HSL | 70.13º | 0.64% | 0.47% | - |
| HSV(B) | 70.13º | 0.78% | 0.78% | - |
| XYZ | 37.66 | 49.34 | 9.92 | - |
| YUV | 172.67 | 55.39 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 44 | 0.13 | 0 | 0.78 | 0.22 | 70.13 | 0.64 | 0.47 |
| Hex | AC | C6 | 2C | D | 0 | 4E | 16 | 46 | 40 | 2F |
| Octal | 254 | 306 | 54 | 15 | 0 | 116 | 26 | 106 | 100 | 57 |
| Binary | 10101100 | 11000110 | 101100 | 1101 | 0 | 1001110 | 10110 | 1000110 | 1000000 | 101111 |
Color Harmonies of #ACC62C
Complementary color
Monochromatic Colors of #ACC62C
Black with #ACC62C
Text Example
Text Example
White with #ACC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC62C; }
p { color: rgb(172,198,44); }
H1.HeaderClassName
{
color: #ACC62C;
}
.AnyTagClassName
{
color: #ACC62C;
}
</style>
background-color css
<style>
a { background-color: #ACC62C; }
a { background-color: rgb(172,198,44); }
div.DivClassName
{
background-color: #ACC62C;
}
.BgClassName
{
background-color: #ACC62C;
}
</style>
border-color css
<style>
span { border-color: #ACC62C; }
span { border-color: rgb(172,198,44); }
td.TdClassName
{
border-color: #ACC62C;
}
.TagClassName
{
border-color: #ACC62C;
}
</style>