Shades of La Rioja #ABC906
Tints of La Rioja #ABC906
RGB
CMYK
RGB Variations
Color information
#ABC906 (or 0xABC906) is known color: La Rioja. HEX triplet: AB, C9 and 06. RGB value is (171,201,6). Sum of RGB (Red+Green+Blue) = 171+201+6=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC906 is #5436F9. Grayscale: #AAAAAA. Windows color (decimal): -5519098 or 444843. OLE color: 444843.
HSL color Cylindrical-coordinate representation of color #ABC906: hue angle of 69.23º degrees, saturation: 0.94, 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 #ABC906 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.21 |
| HSL | 69.23º | 0.94% | 0.41% | - |
| HSV(B) | 69.23º | 0.97% | 0.79% | - |
| XYZ | 37.71 | 50.44 | 7.92 | - |
| YUV | 169.8 | 35.56 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 6 | 0.15 | 0 | 0.97 | 0.21 | 69.23 | 0.94 | 0.41 |
| Hex | AB | C9 | 6 | F | 0 | 61 | 15 | 45 | 5E | 29 |
| Octal | 253 | 311 | 6 | 17 | 0 | 141 | 25 | 105 | 136 | 51 |
| Binary | 10101011 | 11001001 | 110 | 1111 | 0 | 1100001 | 10101 | 1000101 | 1011110 | 101001 |
Color Harmonies of #ABC906
Complementary color
Monochromatic Colors of #ABC906
Black with #ABC906
Text Example
Text Example
White with #ABC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC906; }
p { color: rgb(171,201,6); }
H1.HeaderClassName
{
color: #ABC906;
}
.AnyTagClassName
{
color: #ABC906;
}
</style>
background-color css
<style>
a { background-color: #ABC906; }
a { background-color: rgb(171,201,6); }
div.DivClassName
{
background-color: #ABC906;
}
.BgClassName
{
background-color: #ABC906;
}
</style>
border-color css
<style>
span { border-color: #ABC906; }
span { border-color: rgb(171,201,6); }
td.TdClassName
{
border-color: #ABC906;
}
.TagClassName
{
border-color: #ABC906;
}
</style>