Shades of La Rioja #ABCC02
Tints of La Rioja #ABCC02
RGB
CMYK
RGB Variations
Color information
#ABCC02 (or 0xABCC02) is known color: La Rioja. HEX triplet: AB, CC and 02. RGB value is (171,204,2). Sum of RGB (Red+Green+Blue) = 171+204+2=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC02 is #5433FD. Grayscale: #ABABAB. Windows color (decimal): -5518334 or 183467. OLE color: 183467.
HSL color Cylindrical-coordinate representation of color #ABCC02: hue angle of 69.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABCC02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.2 |
| HSL | 69.8º | 0.98% | 0.4% | - |
| HSV(B) | 69.8º | 0.99% | 0.8% | - |
| XYZ | 38.4 | 51.85 | 8.04 | - |
| YUV | 171.11 | 32.57 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 2 | 0.16 | 0 | 0.99 | 0.2 | 69.8 | 0.98 | 0.4 |
| Hex | AB | CC | 2 | 10 | 0 | 63 | 14 | 46 | 62 | 28 |
| Octal | 253 | 314 | 2 | 20 | 0 | 143 | 24 | 106 | 142 | 50 |
| Binary | 10101011 | 11001100 | 10 | 10000 | 0 | 1100011 | 10100 | 1000110 | 1100010 | 101000 |
Color Harmonies of #ABCC02
Complementary color
Monochromatic Colors of #ABCC02
Black with #ABCC02
Text Example
Text Example
White with #ABCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC02; }
p { color: rgb(171,204,2); }
H1.HeaderClassName
{
color: #ABCC02;
}
.AnyTagClassName
{
color: #ABCC02;
}
</style>
background-color css
<style>
a { background-color: #ABCC02; }
a { background-color: rgb(171,204,2); }
div.DivClassName
{
background-color: #ABCC02;
}
.BgClassName
{
background-color: #ABCC02;
}
</style>
border-color css
<style>
span { border-color: #ABCC02; }
span { border-color: rgb(171,204,2); }
td.TdClassName
{
border-color: #ABCC02;
}
.TagClassName
{
border-color: #ABCC02;
}
</style>