Shades of La Rioja #BFD402
Tints of La Rioja #BFD402
RGB
CMYK
RGB Variations
Color information
#BFD402 (or 0xBFD402) is known color: La Rioja. HEX triplet: BF, D4 and 02. RGB value is (191,212,2). Sum of RGB (Red+Green+Blue) = 191+212+2=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD402 is #402BFD. Grayscale: #B6B6B6. Windows color (decimal): -4205566 or 185535. OLE color: 185535.
HSL color Cylindrical-coordinate representation of color #BFD402: hue angle of 66º degrees, saturation: 0.98, 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 #BFD402 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.17 |
| HSL | 66º | 0.98% | 0.42% | - |
| HSV(B) | 66º | 0.99% | 0.83% | - |
| XYZ | 45.04 | 58.17 | 8.91 | - |
| YUV | 181.78 | 26.54 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 2 | 0.10 | 0 | 0.99 | 0.17 | 66 | 0.98 | 0.42 |
| Hex | BF | D4 | 2 | A | 0 | 63 | 11 | 42 | 62 | 2A |
| Octal | 277 | 324 | 2 | 12 | 0 | 143 | 21 | 102 | 142 | 52 |
| Binary | 10111111 | 11010100 | 10 | 1010 | 0 | 1100011 | 10001 | 1000010 | 1100010 | 101010 |
Color Harmonies of #BFD402
Complementary color
Monochromatic Colors of #BFD402
Black with #BFD402
Text Example
Text Example
White with #BFD402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD402; }
p { color: rgb(191,212,2); }
H1.HeaderClassName
{
color: #BFD402;
}
.AnyTagClassName
{
color: #BFD402;
}
</style>
background-color css
<style>
a { background-color: #BFD402; }
a { background-color: rgb(191,212,2); }
div.DivClassName
{
background-color: #BFD402;
}
.BgClassName
{
background-color: #BFD402;
}
</style>
border-color css
<style>
span { border-color: #BFD402; }
span { border-color: rgb(191,212,2); }
td.TdClassName
{
border-color: #BFD402;
}
.TagClassName
{
border-color: #BFD402;
}
</style>