Shades of La Rioja #ACC30B
Tints of La Rioja #ACC30B
RGB
CMYK
RGB Variations
Color information
#ACC30B (or 0xACC30B) is known color: La Rioja. HEX triplet: AC, C3 and 0B. RGB value is (172,195,11). Sum of RGB (Red+Green+Blue) = 172+195+11=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC30B is #533CF4. Grayscale: #A7A7A7. Windows color (decimal): -5455093 or 770988. OLE color: 770988.
HSL color Cylindrical-coordinate representation of color #ACC30B: hue angle of 67.5º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC30B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 11 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.24 |
| HSL | 67.5º | 0.89% | 0.4% | - |
| HSV(B) | 67.5º | 0.94% | 0.76% | - |
| XYZ | 36.59 | 47.83 | 7.62 | - |
| YUV | 167.15 | 39.88 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 11 | 0.12 | 0 | 0.94 | 0.24 | 67.5 | 0.89 | 0.4 |
| Hex | AC | C3 | B | C | 0 | 5E | 18 | 44 | 59 | 28 |
| Octal | 254 | 303 | 13 | 14 | 0 | 136 | 30 | 104 | 131 | 50 |
| Binary | 10101100 | 11000011 | 1011 | 1100 | 0 | 1011110 | 11000 | 1000100 | 1011001 | 101000 |
Color Harmonies of #ACC30B
Complementary color
Monochromatic Colors of #ACC30B
Black with #ACC30B
Text Example
Text Example
White with #ACC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC30B; }
p { color: rgb(172,195,11); }
H1.HeaderClassName
{
color: #ACC30B;
}
.AnyTagClassName
{
color: #ACC30B;
}
</style>
background-color css
<style>
a { background-color: #ACC30B; }
a { background-color: rgb(172,195,11); }
div.DivClassName
{
background-color: #ACC30B;
}
.BgClassName
{
background-color: #ACC30B;
}
</style>
border-color css
<style>
span { border-color: #ACC30B; }
span { border-color: rgb(172,195,11); }
td.TdClassName
{
border-color: #ACC30B;
}
.TagClassName
{
border-color: #ACC30B;
}
</style>