Shades of La Rioja #ABCC07
Tints of La Rioja #ABCC07
RGB
CMYK
RGB Variations
Color information
#ABCC07 (or 0xABCC07) is known color: La Rioja. HEX triplet: AB, CC and 07. RGB value is (171,204,7). Sum of RGB (Red+Green+Blue) = 171+204+7=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC07 is #5433F8. Grayscale: #ACACAC. Windows color (decimal): -5518329 or 511147. OLE color: 511147.
HSL color Cylindrical-coordinate representation of color #ABCC07: hue angle of 70.05º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABCC07 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.2 |
| HSL | 70.05º | 0.93% | 0.41% | - |
| HSV(B) | 70.05º | 0.97% | 0.8% | - |
| XYZ | 38.43 | 51.86 | 8.19 | - |
| YUV | 171.68 | 35.07 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 7 | 0.16 | 0 | 0.97 | 0.2 | 70.05 | 0.93 | 0.41 |
| Hex | AB | CC | 7 | 10 | 0 | 61 | 14 | 46 | 5D | 29 |
| Octal | 253 | 314 | 7 | 20 | 0 | 141 | 24 | 106 | 135 | 51 |
| Binary | 10101011 | 11001100 | 111 | 10000 | 0 | 1100001 | 10100 | 1000110 | 1011101 | 101001 |
Color Harmonies of #ABCC07
Complementary color
Monochromatic Colors of #ABCC07
Black with #ABCC07
Text Example
Text Example
White with #ABCC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC07; }
p { color: rgb(171,204,7); }
H1.HeaderClassName
{
color: #ABCC07;
}
.AnyTagClassName
{
color: #ABCC07;
}
</style>
background-color css
<style>
a { background-color: #ABCC07; }
a { background-color: rgb(171,204,7); }
div.DivClassName
{
background-color: #ABCC07;
}
.BgClassName
{
background-color: #ABCC07;
}
</style>
border-color css
<style>
span { border-color: #ABCC07; }
span { border-color: rgb(171,204,7); }
td.TdClassName
{
border-color: #ABCC07;
}
.TagClassName
{
border-color: #ABCC07;
}
</style>