Shades of Bahia #ACC82B
Tints of Bahia #ACC82B
RGB
CMYK
RGB Variations
Color information
#ACC82B (or 0xACC82B) is known color: Bahia. HEX triplet: AC, C8 and 2B. RGB value is (172,200,43). Sum of RGB (Red+Green+Blue) = 172+200+43=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC82B is #5337D4. Grayscale: #AEAEAE. Windows color (decimal): -5453781 or 2869420. OLE color: 2869420.
HSL color Cylindrical-coordinate representation of color #ACC82B: hue angle of 70.7º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC82B is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 43 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.22 |
| HSL | 70.7º | 0.65% | 0.48% | - |
| HSV(B) | 70.7º | 0.79% | 0.78% | - |
| XYZ | 38.1 | 50.25 | 9.98 | - |
| YUV | 173.73 | 54.22 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 43 | 0.14 | 0 | 0.78 | 0.22 | 70.7 | 0.65 | 0.48 |
| Hex | AC | C8 | 2B | E | 0 | 4E | 16 | 47 | 41 | 30 |
| Octal | 254 | 310 | 53 | 16 | 0 | 116 | 26 | 107 | 101 | 60 |
| Binary | 10101100 | 11001000 | 101011 | 1110 | 0 | 1001110 | 10110 | 1000111 | 1000001 | 110000 |
Color Harmonies of #ACC82B
Complementary color
Monochromatic Colors of #ACC82B
Black with #ACC82B
Text Example
Text Example
White with #ACC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC82B; }
p { color: rgb(172,200,43); }
H1.HeaderClassName
{
color: #ACC82B;
}
.AnyTagClassName
{
color: #ACC82B;
}
</style>
background-color css
<style>
a { background-color: #ACC82B; }
a { background-color: rgb(172,200,43); }
div.DivClassName
{
background-color: #ACC82B;
}
.BgClassName
{
background-color: #ACC82B;
}
</style>
border-color css
<style>
span { border-color: #ACC82B; }
span { border-color: rgb(172,200,43); }
td.TdClassName
{
border-color: #ACC82B;
}
.TagClassName
{
border-color: #ACC82B;
}
</style>