Shades of Bahia #ACC50D
Tints of Bahia #ACC50D
RGB
CMYK
RGB Variations
Color information
#ACC50D (or 0xACC50D) is known color: Bahia. HEX triplet: AC, C5 and 0D. RGB value is (172,197,13). Sum of RGB (Red+Green+Blue) = 172+197+13=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC50D is #533AF2. Grayscale: #A9A9A9. Windows color (decimal): -5454579 or 902572. OLE color: 902572.
HSL color Cylindrical-coordinate representation of color #ACC50D: hue angle of 68.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC50D is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 13 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.23 |
| HSL | 68.15º | 0.88% | 0.41% | - |
| HSV(B) | 68.15º | 0.93% | 0.77% | - |
| XYZ | 37.05 | 48.73 | 7.83 | - |
| YUV | 168.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 13 | 0.13 | 0 | 0.93 | 0.23 | 68.15 | 0.88 | 0.41 |
| Hex | AC | C5 | D | D | 0 | 5D | 17 | 44 | 58 | 29 |
| Octal | 254 | 305 | 15 | 15 | 0 | 135 | 27 | 104 | 130 | 51 |
| Binary | 10101100 | 11000101 | 1101 | 1101 | 0 | 1011101 | 10111 | 1000100 | 1011000 | 101001 |
Color Harmonies of #ACC50D
Complementary color
Monochromatic Colors of #ACC50D
Black with #ACC50D
Text Example
Text Example
White with #ACC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC50D; }
p { color: rgb(172,197,13); }
H1.HeaderClassName
{
color: #ACC50D;
}
.AnyTagClassName
{
color: #ACC50D;
}
</style>
background-color css
<style>
a { background-color: #ACC50D; }
a { background-color: rgb(172,197,13); }
div.DivClassName
{
background-color: #ACC50D;
}
.BgClassName
{
background-color: #ACC50D;
}
</style>
border-color css
<style>
span { border-color: #ACC50D; }
span { border-color: rgb(172,197,13); }
td.TdClassName
{
border-color: #ACC50D;
}
.TagClassName
{
border-color: #ACC50D;
}
</style>