Shades of La Rioja #BFD408
Tints of La Rioja #BFD408
RGB
CMYK
RGB Variations
Color information
#BFD408 (or 0xBFD408) is known color: La Rioja. HEX triplet: BF, D4 and 08. RGB value is (191,212,8). Sum of RGB (Red+Green+Blue) = 191+212+8=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD408 is #402BF7. Grayscale: #B7B7B7. Windows color (decimal): -4205560 or 578751. OLE color: 578751.
HSL color Cylindrical-coordinate representation of color #BFD408: hue angle of 66.18º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFD408 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.17 |
| HSL | 66.18º | 0.93% | 0.43% | - |
| HSV(B) | 66.18º | 0.96% | 0.83% | - |
| XYZ | 45.07 | 58.18 | 9.08 | - |
| YUV | 182.47 | 29.54 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 8 | 0.10 | 0 | 0.96 | 0.17 | 66.18 | 0.93 | 0.43 |
| Hex | BF | D4 | 8 | A | 0 | 60 | 11 | 42 | 5D | 2B |
| Octal | 277 | 324 | 10 | 12 | 0 | 140 | 21 | 102 | 135 | 53 |
| Binary | 10111111 | 11010100 | 1000 | 1010 | 0 | 1100000 | 10001 | 1000010 | 1011101 | 101011 |
Color Harmonies of #BFD408
Complementary color
Monochromatic Colors of #BFD408
Black with #BFD408
Text Example
Text Example
White with #BFD408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD408; }
p { color: rgb(191,212,8); }
H1.HeaderClassName
{
color: #BFD408;
}
.AnyTagClassName
{
color: #BFD408;
}
</style>
background-color css
<style>
a { background-color: #BFD408; }
a { background-color: rgb(191,212,8); }
div.DivClassName
{
background-color: #BFD408;
}
.BgClassName
{
background-color: #BFD408;
}
</style>
border-color css
<style>
span { border-color: #BFD408; }
span { border-color: rgb(191,212,8); }
td.TdClassName
{
border-color: #BFD408;
}
.TagClassName
{
border-color: #BFD408;
}
</style>