Shades of La Rioja #AFBC12
Tints of La Rioja #AFBC12
RGB
CMYK
RGB Variations
Color information
#AFBC12 (or 0xAFBC12) is known color: La Rioja. HEX triplet: AF, BC and 12. RGB value is (175,188,18). Sum of RGB (Red+Green+Blue) = 175+188+18=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC12 is #5043ED. Grayscale: #A5A5A5. Windows color (decimal): -5260270 or 1227951. OLE color: 1227951.
HSL color Cylindrical-coordinate representation of color #AFBC12: hue angle of 64.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFBC12 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 18 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.26 |
| HSL | 64.59º | 0.83% | 0.4% | - |
| HSV(B) | 64.59º | 0.9% | 0.74% | - |
| XYZ | 35.77 | 45.12 | 7.4 | - |
| YUV | 164.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 18 | 0.07 | 0 | 0.90 | 0.26 | 64.59 | 0.83 | 0.4 |
| Hex | AF | BC | 12 | 7 | 0 | 5A | 1A | 41 | 53 | 28 |
| Octal | 257 | 274 | 22 | 7 | 0 | 132 | 32 | 101 | 123 | 50 |
| Binary | 10101111 | 10111100 | 10010 | 111 | 0 | 1011010 | 11010 | 1000001 | 1010011 | 101000 |
Color Harmonies of #AFBC12
Complementary color
Monochromatic Colors of #AFBC12
Black with #AFBC12
Text Example
Text Example
White with #AFBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC12; }
p { color: rgb(175,188,18); }
H1.HeaderClassName
{
color: #AFBC12;
}
.AnyTagClassName
{
color: #AFBC12;
}
</style>
background-color css
<style>
a { background-color: #AFBC12; }
a { background-color: rgb(175,188,18); }
div.DivClassName
{
background-color: #AFBC12;
}
.BgClassName
{
background-color: #AFBC12;
}
</style>
border-color css
<style>
span { border-color: #AFBC12; }
span { border-color: rgb(175,188,18); }
td.TdClassName
{
border-color: #AFBC12;
}
.TagClassName
{
border-color: #AFBC12;
}
</style>