Shades of La Rioja #BFD204
Tints of La Rioja #BFD204
RGB
CMYK
RGB Variations
Color information
#BFD204 (or 0xBFD204) is known color: La Rioja. HEX triplet: BF, D2 and 04. RGB value is (191,210,4). Sum of RGB (Red+Green+Blue) = 191+210+4=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD204 is #402DFB. Grayscale: #B5B5B5. Windows color (decimal): -4206076 or 316095. OLE color: 316095.
HSL color Cylindrical-coordinate representation of color #BFD204: hue angle of 65.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFD204 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.18 |
| HSL | 65.53º | 0.96% | 0.42% | - |
| HSV(B) | 65.53º | 0.98% | 0.82% | - |
| XYZ | 44.55 | 57.18 | 8.8 | - |
| YUV | 180.84 | 28.21 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 4 | 0.09 | 0 | 0.98 | 0.18 | 65.53 | 0.96 | 0.42 |
| Hex | BF | D2 | 4 | 9 | 0 | 62 | 12 | 42 | 60 | 2A |
| Octal | 277 | 322 | 4 | 11 | 0 | 142 | 22 | 102 | 140 | 52 |
| Binary | 10111111 | 11010010 | 100 | 1001 | 0 | 1100010 | 10010 | 1000010 | 1100000 | 101010 |
Color Harmonies of #BFD204
Complementary color
Monochromatic Colors of #BFD204
Black with #BFD204
Text Example
Text Example
White with #BFD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD204; }
p { color: rgb(191,210,4); }
H1.HeaderClassName
{
color: #BFD204;
}
.AnyTagClassName
{
color: #BFD204;
}
</style>
background-color css
<style>
a { background-color: #BFD204; }
a { background-color: rgb(191,210,4); }
div.DivClassName
{
background-color: #BFD204;
}
.BgClassName
{
background-color: #BFD204;
}
</style>
border-color css
<style>
span { border-color: #BFD204; }
span { border-color: rgb(191,210,4); }
td.TdClassName
{
border-color: #BFD204;
}
.TagClassName
{
border-color: #BFD204;
}
</style>