Shades of La Rioja #B8D403
Tints of La Rioja #B8D403
RGB
CMYK
RGB Variations
Color information
#B8D403 (or 0xB8D403) is known color: La Rioja. HEX triplet: B8, D4 and 03. RGB value is (184,212,3). Sum of RGB (Red+Green+Blue) = 184+212+3=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D403 is #472BFC. Grayscale: #B4B4B4. Windows color (decimal): -4664317 or 251064. OLE color: 251064.
HSL color Cylindrical-coordinate representation of color #B8D403: hue angle of 68.04º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8D403 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 212 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.17 |
| HSL | 68.04º | 0.97% | 0.42% | - |
| HSV(B) | 68.04º | 0.99% | 0.83% | - |
| XYZ | 43.33 | 57.28 | 8.86 | - |
| YUV | 179.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 3 | 0.13 | 0 | 0.99 | 0.17 | 68.04 | 0.97 | 0.42 |
| Hex | B8 | D4 | 3 | D | 0 | 63 | 11 | 44 | 61 | 2A |
| Octal | 270 | 324 | 3 | 15 | 0 | 143 | 21 | 104 | 141 | 52 |
| Binary | 10111000 | 11010100 | 11 | 1101 | 0 | 1100011 | 10001 | 1000100 | 1100001 | 101010 |
Color Harmonies of #B8D403
Complementary color
Monochromatic Colors of #B8D403
Black with #B8D403
Text Example
Text Example
White with #B8D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D403; }
p { color: rgb(184,212,3); }
H1.HeaderClassName
{
color: #B8D403;
}
.AnyTagClassName
{
color: #B8D403;
}
</style>
background-color css
<style>
a { background-color: #B8D403; }
a { background-color: rgb(184,212,3); }
div.DivClassName
{
background-color: #B8D403;
}
.BgClassName
{
background-color: #B8D403;
}
</style>
border-color css
<style>
span { border-color: #B8D403; }
span { border-color: rgb(184,212,3); }
td.TdClassName
{
border-color: #B8D403;
}
.TagClassName
{
border-color: #B8D403;
}
</style>