Shades of La Rioja #ABC907
Tints of La Rioja #ABC907
RGB
CMYK
RGB Variations
Color information
#ABC907 (or 0xABC907) is known color: La Rioja. HEX triplet: AB, C9 and 07. RGB value is (171,201,7). Sum of RGB (Red+Green+Blue) = 171+201+7=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC907 is #5436F8. Grayscale: #AAAAAA. Windows color (decimal): -5519097 or 510379. OLE color: 510379.
HSL color Cylindrical-coordinate representation of color #ABC907: hue angle of 69.28º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABC907 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.21 |
| HSL | 69.28º | 0.93% | 0.41% | - |
| HSV(B) | 69.28º | 0.97% | 0.79% | - |
| XYZ | 37.72 | 50.45 | 7.95 | - |
| YUV | 169.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 7 | 0.15 | 0 | 0.97 | 0.21 | 69.28 | 0.93 | 0.41 |
| Hex | AB | C9 | 7 | F | 0 | 61 | 15 | 45 | 5D | 29 |
| Octal | 253 | 311 | 7 | 17 | 0 | 141 | 25 | 105 | 135 | 51 |
| Binary | 10101011 | 11001001 | 111 | 1111 | 0 | 1100001 | 10101 | 1000101 | 1011101 | 101001 |
Color Harmonies of #ABC907
Complementary color
Monochromatic Colors of #ABC907
Black with #ABC907
Text Example
Text Example
White with #ABC907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC907; }
p { color: rgb(171,201,7); }
H1.HeaderClassName
{
color: #ABC907;
}
.AnyTagClassName
{
color: #ABC907;
}
</style>
background-color css
<style>
a { background-color: #ABC907; }
a { background-color: rgb(171,201,7); }
div.DivClassName
{
background-color: #ABC907;
}
.BgClassName
{
background-color: #ABC907;
}
</style>
border-color css
<style>
span { border-color: #ABC907; }
span { border-color: rgb(171,201,7); }
td.TdClassName
{
border-color: #ABC907;
}
.TagClassName
{
border-color: #ABC907;
}
</style>