Shades of La Rioja #ACBF0C
Tints of La Rioja #ACBF0C
RGB
CMYK
RGB Variations
Color information
#ACBF0C (or 0xACBF0C) is known color: La Rioja. HEX triplet: AC, BF and 0C. RGB value is (172,191,12). Sum of RGB (Red+Green+Blue) = 172+191+12=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBF0C is #5340F3. Grayscale: #A5A5A5. Windows color (decimal): -5456116 or 835500. OLE color: 835500.
HSL color Cylindrical-coordinate representation of color #ACBF0C: hue angle of 66.37º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACBF0C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 191 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.25 |
| HSL | 66.37º | 0.88% | 0.4% | - |
| HSV(B) | 66.37º | 0.94% | 0.75% | - |
| XYZ | 35.71 | 46.06 | 7.36 | - |
| YUV | 164.91 | 41.71 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 191 | 12 | 0.10 | 0 | 0.94 | 0.25 | 66.37 | 0.88 | 0.4 |
| Hex | AC | BF | C | A | 0 | 5E | 19 | 42 | 58 | 28 |
| Octal | 254 | 277 | 14 | 12 | 0 | 136 | 31 | 102 | 130 | 50 |
| Binary | 10101100 | 10111111 | 1100 | 1010 | 0 | 1011110 | 11001 | 1000010 | 1011000 | 101000 |
Color Harmonies of #ACBF0C
Complementary color
Monochromatic Colors of #ACBF0C
Black with #ACBF0C
Text Example
Text Example
White with #ACBF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBF0C; }
p { color: rgb(172,191,12); }
H1.HeaderClassName
{
color: #ACBF0C;
}
.AnyTagClassName
{
color: #ACBF0C;
}
</style>
background-color css
<style>
a { background-color: #ACBF0C; }
a { background-color: rgb(172,191,12); }
div.DivClassName
{
background-color: #ACBF0C;
}
.BgClassName
{
background-color: #ACBF0C;
}
</style>
border-color css
<style>
span { border-color: #ACBF0C; }
span { border-color: rgb(172,191,12); }
td.TdClassName
{
border-color: #ACBF0C;
}
.TagClassName
{
border-color: #ACBF0C;
}
</style>