Shades of La Rioja #AFBC08
Tints of La Rioja #AFBC08
RGB
CMYK
RGB Variations
Color information
#AFBC08 (or 0xAFBC08) is known color: La Rioja. HEX triplet: AF, BC and 08. RGB value is (175,188,8). Sum of RGB (Red+Green+Blue) = 175+188+8=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC08 is #5043F7. Grayscale: #A4A4A4. Windows color (decimal): -5260280 or 572591. OLE color: 572591.
HSL color Cylindrical-coordinate representation of color #AFBC08: hue angle of 64.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFBC08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.26 |
| HSL | 64.33º | 0.92% | 0.38% | - |
| HSV(B) | 64.33º | 0.96% | 0.74% | - |
| XYZ | 35.71 | 45.1 | 7.05 | - |
| YUV | 163.59 | 40.19 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 8 | 0.07 | 0 | 0.96 | 0.26 | 64.33 | 0.92 | 0.38 |
| Hex | AF | BC | 8 | 7 | 0 | 60 | 1A | 40 | 5C | 26 |
| Octal | 257 | 274 | 10 | 7 | 0 | 140 | 32 | 100 | 134 | 46 |
| Binary | 10101111 | 10111100 | 1000 | 111 | 0 | 1100000 | 11010 | 1000000 | 1011100 | 100110 |
Color Harmonies of #AFBC08
Complementary color
Monochromatic Colors of #AFBC08
Black with #AFBC08
Text Example
Text Example
White with #AFBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC08; }
p { color: rgb(175,188,8); }
H1.HeaderClassName
{
color: #AFBC08;
}
.AnyTagClassName
{
color: #AFBC08;
}
</style>
background-color css
<style>
a { background-color: #AFBC08; }
a { background-color: rgb(175,188,8); }
div.DivClassName
{
background-color: #AFBC08;
}
.BgClassName
{
background-color: #AFBC08;
}
</style>
border-color css
<style>
span { border-color: #AFBC08; }
span { border-color: rgb(175,188,8); }
td.TdClassName
{
border-color: #AFBC08;
}
.TagClassName
{
border-color: #AFBC08;
}
</style>