Shades of La Rioja #ACC50B
Tints of La Rioja #ACC50B
RGB
CMYK
RGB Variations
Color information
#ACC50B (or 0xACC50B) is known color: La Rioja. HEX triplet: AC, C5 and 0B. RGB value is (172,197,11). Sum of RGB (Red+Green+Blue) = 172+197+11=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC50B is #533AF4. Grayscale: #A9A9A9. Windows color (decimal): -5454581 or 771500. OLE color: 771500.
HSL color Cylindrical-coordinate representation of color #ACC50B: hue angle of 68.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC50B is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 11 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.23 |
| HSL | 68.06º | 0.89% | 0.41% | - |
| HSV(B) | 68.06º | 0.94% | 0.77% | - |
| XYZ | 37.04 | 48.73 | 7.77 | - |
| YUV | 168.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 11 | 0.13 | 0 | 0.94 | 0.23 | 68.06 | 0.89 | 0.41 |
| Hex | AC | C5 | B | D | 0 | 5E | 17 | 44 | 59 | 29 |
| Octal | 254 | 305 | 13 | 15 | 0 | 136 | 27 | 104 | 131 | 51 |
| Binary | 10101100 | 11000101 | 1011 | 1101 | 0 | 1011110 | 10111 | 1000100 | 1011001 | 101001 |
Color Harmonies of #ACC50B
Complementary color
Monochromatic Colors of #ACC50B
Black with #ACC50B
Text Example
Text Example
White with #ACC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC50B; }
p { color: rgb(172,197,11); }
H1.HeaderClassName
{
color: #ACC50B;
}
.AnyTagClassName
{
color: #ACC50B;
}
</style>
background-color css
<style>
a { background-color: #ACC50B; }
a { background-color: rgb(172,197,11); }
div.DivClassName
{
background-color: #ACC50B;
}
.BgClassName
{
background-color: #ACC50B;
}
</style>
border-color css
<style>
span { border-color: #ACC50B; }
span { border-color: rgb(172,197,11); }
td.TdClassName
{
border-color: #ACC50B;
}
.TagClassName
{
border-color: #ACC50B;
}
</style>