Shades of Bahia #ACC82A
Tints of Bahia #ACC82A
RGB
CMYK
RGB Variations
Color information
#ACC82A (or 0xACC82A) is known color: Bahia. HEX triplet: AC, C8 and 2A. RGB value is (172,200,42). Sum of RGB (Red+Green+Blue) = 172+200+42=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC82A is #5337D5. Grayscale: #AEAEAE. Windows color (decimal): -5453782 or 2803884. OLE color: 2803884.
HSL color Cylindrical-coordinate representation of color #ACC82A: hue angle of 70.63º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC82A is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 42 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.22 |
| HSL | 70.63º | 0.65% | 0.47% | - |
| HSV(B) | 70.63º | 0.79% | 0.78% | - |
| XYZ | 38.09 | 50.25 | 9.88 | - |
| YUV | 173.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 42 | 0.14 | 0 | 0.79 | 0.22 | 70.63 | 0.65 | 0.47 |
| Hex | AC | C8 | 2A | E | 0 | 4F | 16 | 47 | 41 | 2F |
| Octal | 254 | 310 | 52 | 16 | 0 | 117 | 26 | 107 | 101 | 57 |
| Binary | 10101100 | 11001000 | 101010 | 1110 | 0 | 1001111 | 10110 | 1000111 | 1000001 | 101111 |
Color Harmonies of #ACC82A
Complementary color
Monochromatic Colors of #ACC82A
Black with #ACC82A
Text Example
Text Example
White with #ACC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC82A; }
p { color: rgb(172,200,42); }
H1.HeaderClassName
{
color: #ACC82A;
}
.AnyTagClassName
{
color: #ACC82A;
}
</style>
background-color css
<style>
a { background-color: #ACC82A; }
a { background-color: rgb(172,200,42); }
div.DivClassName
{
background-color: #ACC82A;
}
.BgClassName
{
background-color: #ACC82A;
}
</style>
border-color css
<style>
span { border-color: #ACC82A; }
span { border-color: rgb(172,200,42); }
td.TdClassName
{
border-color: #ACC82A;
}
.TagClassName
{
border-color: #ACC82A;
}
</style>