Shades of La Rioja #ABCC01
Tints of La Rioja #ABCC01
RGB
CMYK
RGB Variations
Color information
#ABCC01 (or 0xABCC01) is known color: La Rioja. HEX triplet: AB, CC and 01. RGB value is (171,204,1). Sum of RGB (Red+Green+Blue) = 171+204+1=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC01 is #5433FE. Grayscale: #ABABAB. Windows color (decimal): -5518335 or 117931. OLE color: 117931.
HSL color Cylindrical-coordinate representation of color #ABCC01: hue angle of 69.75º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABCC01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.2 |
| HSL | 69.75º | 0.99% | 0.4% | - |
| HSV(B) | 69.75º | 1% | 0.8% | - |
| XYZ | 38.39 | 51.85 | 8.01 | - |
| YUV | 170.99 | 32.07 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 1 | 0.16 | 0 | 1.00 | 0.2 | 69.75 | 0.99 | 0.4 |
| Hex | AB | CC | 1 | 10 | 0 | 64 | 14 | 46 | 63 | 28 |
| Octal | 253 | 314 | 1 | 20 | 0 | 144 | 24 | 106 | 143 | 50 |
| Binary | 10101011 | 11001100 | 1 | 10000 | 0 | 1100100 | 10100 | 1000110 | 1100011 | 101000 |
Color Harmonies of #ABCC01
Complementary color
Monochromatic Colors of #ABCC01
Black with #ABCC01
Text Example
Text Example
White with #ABCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC01; }
p { color: rgb(171,204,1); }
H1.HeaderClassName
{
color: #ABCC01;
}
.AnyTagClassName
{
color: #ABCC01;
}
</style>
background-color css
<style>
a { background-color: #ABCC01; }
a { background-color: rgb(171,204,1); }
div.DivClassName
{
background-color: #ABCC01;
}
.BgClassName
{
background-color: #ABCC01;
}
</style>
border-color css
<style>
span { border-color: #ABCC01; }
span { border-color: rgb(171,204,1); }
td.TdClassName
{
border-color: #ABCC01;
}
.TagClassName
{
border-color: #ABCC01;
}
</style>