Shades of La Rioja #ACC902
Tints of La Rioja #ACC902
RGB
CMYK
RGB Variations
Color information
#ACC902 (or 0xACC902) is known color: La Rioja. HEX triplet: AC, C9 and 02. RGB value is (172,201,2). Sum of RGB (Red+Green+Blue) = 172+201+2=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC902 is #5336FD. Grayscale: #AAAAAA. Windows color (decimal): -5453566 or 182700. OLE color: 182700.
HSL color Cylindrical-coordinate representation of color #ACC902: hue angle of 68.74º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACC902 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.21 |
| HSL | 68.74º | 0.98% | 0.4% | - |
| HSV(B) | 68.74º | 0.99% | 0.79% | - |
| XYZ | 37.91 | 50.55 | 7.82 | - |
| YUV | 169.64 | 33.39 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 2 | 0.14 | 0 | 0.99 | 0.21 | 68.74 | 0.98 | 0.4 |
| Hex | AC | C9 | 2 | E | 0 | 63 | 15 | 45 | 62 | 28 |
| Octal | 254 | 311 | 2 | 16 | 0 | 143 | 25 | 105 | 142 | 50 |
| Binary | 10101100 | 11001001 | 10 | 1110 | 0 | 1100011 | 10101 | 1000101 | 1100010 | 101000 |
Color Harmonies of #ACC902
Complementary color
Monochromatic Colors of #ACC902
Black with #ACC902
Text Example
Text Example
White with #ACC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC902; }
p { color: rgb(172,201,2); }
H1.HeaderClassName
{
color: #ACC902;
}
.AnyTagClassName
{
color: #ACC902;
}
</style>
background-color css
<style>
a { background-color: #ACC902; }
a { background-color: rgb(172,201,2); }
div.DivClassName
{
background-color: #ACC902;
}
.BgClassName
{
background-color: #ACC902;
}
</style>
border-color css
<style>
span { border-color: #ACC902; }
span { border-color: rgb(172,201,2); }
td.TdClassName
{
border-color: #ACC902;
}
.TagClassName
{
border-color: #ACC902;
}
</style>