Shades of La Rioja #BFD002
Tints of La Rioja #BFD002
RGB
CMYK
RGB Variations
Color information
#BFD002 (or 0xBFD002) is known color: La Rioja. HEX triplet: BF, D0 and 02. RGB value is (191,208,2). Sum of RGB (Red+Green+Blue) = 191+208+2=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD002 is #402FFD. Grayscale: #B4B4B4. Windows color (decimal): -4206590 or 184511. OLE color: 184511.
HSL color Cylindrical-coordinate representation of color #BFD002: hue angle of 64.95º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFD002 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.18 |
| HSL | 64.95º | 0.98% | 0.41% | - |
| HSV(B) | 64.95º | 0.99% | 0.82% | - |
| XYZ | 44.05 | 56.19 | 8.58 | - |
| YUV | 179.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 2 | 0.08 | 0 | 0.99 | 0.18 | 64.95 | 0.98 | 0.41 |
| Hex | BF | D0 | 2 | 8 | 0 | 63 | 12 | 41 | 62 | 29 |
| Octal | 277 | 320 | 2 | 10 | 0 | 143 | 22 | 101 | 142 | 51 |
| Binary | 10111111 | 11010000 | 10 | 1000 | 0 | 1100011 | 10010 | 1000001 | 1100010 | 101001 |
Color Harmonies of #BFD002
Complementary color
Monochromatic Colors of #BFD002
Black with #BFD002
Text Example
Text Example
White with #BFD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD002; }
p { color: rgb(191,208,2); }
H1.HeaderClassName
{
color: #BFD002;
}
.AnyTagClassName
{
color: #BFD002;
}
</style>
background-color css
<style>
a { background-color: #BFD002; }
a { background-color: rgb(191,208,2); }
div.DivClassName
{
background-color: #BFD002;
}
.BgClassName
{
background-color: #BFD002;
}
</style>
border-color css
<style>
span { border-color: #BFD002; }
span { border-color: rgb(191,208,2); }
td.TdClassName
{
border-color: #BFD002;
}
.TagClassName
{
border-color: #BFD002;
}
</style>