Shades of La Rioja #AFBC0B
Tints of La Rioja #AFBC0B
RGB
CMYK
RGB Variations
Color information
#AFBC0B (or 0xAFBC0B) is known color: La Rioja. HEX triplet: AF, BC and 0B. RGB value is (175,188,11). Sum of RGB (Red+Green+Blue) = 175+188+11=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC0B is #5043F4. Grayscale: #A4A4A4. Windows color (decimal): -5260277 or 769199. OLE color: 769199.
HSL color Cylindrical-coordinate representation of color #AFBC0B: hue angle of 64.41º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFBC0B is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 11 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.26 |
| HSL | 64.41º | 0.89% | 0.39% | - |
| HSV(B) | 64.41º | 0.94% | 0.74% | - |
| XYZ | 35.72 | 45.1 | 7.14 | - |
| YUV | 163.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 11 | 0.07 | 0 | 0.94 | 0.26 | 64.41 | 0.89 | 0.39 |
| Hex | AF | BC | B | 7 | 0 | 5E | 1A | 40 | 59 | 27 |
| Octal | 257 | 274 | 13 | 7 | 0 | 136 | 32 | 100 | 131 | 47 |
| Binary | 10101111 | 10111100 | 1011 | 111 | 0 | 1011110 | 11010 | 1000000 | 1011001 | 100111 |
Color Harmonies of #AFBC0B
Complementary color
Monochromatic Colors of #AFBC0B
Black with #AFBC0B
Text Example
Text Example
White with #AFBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC0B; }
p { color: rgb(175,188,11); }
H1.HeaderClassName
{
color: #AFBC0B;
}
.AnyTagClassName
{
color: #AFBC0B;
}
</style>
background-color css
<style>
a { background-color: #AFBC0B; }
a { background-color: rgb(175,188,11); }
div.DivClassName
{
background-color: #AFBC0B;
}
.BgClassName
{
background-color: #AFBC0B;
}
</style>
border-color css
<style>
span { border-color: #AFBC0B; }
span { border-color: rgb(175,188,11); }
td.TdClassName
{
border-color: #AFBC0B;
}
.TagClassName
{
border-color: #AFBC0B;
}
</style>