Shades of La Rioja #BFD30B
Tints of La Rioja #BFD30B
RGB
CMYK
RGB Variations
Color information
#BFD30B (or 0xBFD30B) is known color: La Rioja. HEX triplet: BF, D3 and 0B. RGB value is (191,211,11). Sum of RGB (Red+Green+Blue) = 191+211+11=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD30B is #402CF4. Grayscale: #B7B7B7. Windows color (decimal): -4205813 or 775103. OLE color: 775103.
HSL color Cylindrical-coordinate representation of color #BFD30B: hue angle of 66º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFD30B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.17 |
| HSL | 66º | 0.9% | 0.44% | - |
| HSV(B) | 66º | 0.95% | 0.83% | - |
| XYZ | 44.84 | 57.69 | 9.09 | - |
| YUV | 182.22 | 31.37 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 11 | 0.09 | 0 | 0.95 | 0.17 | 66 | 0.9 | 0.44 |
| Hex | BF | D3 | B | 9 | 0 | 5F | 11 | 42 | 5A | 2C |
| Octal | 277 | 323 | 13 | 11 | 0 | 137 | 21 | 102 | 132 | 54 |
| Binary | 10111111 | 11010011 | 1011 | 1001 | 0 | 1011111 | 10001 | 1000010 | 1011010 | 101100 |
Color Harmonies of #BFD30B
Complementary color
Monochromatic Colors of #BFD30B
Black with #BFD30B
Text Example
Text Example
White with #BFD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD30B; }
p { color: rgb(191,211,11); }
H1.HeaderClassName
{
color: #BFD30B;
}
.AnyTagClassName
{
color: #BFD30B;
}
</style>
background-color css
<style>
a { background-color: #BFD30B; }
a { background-color: rgb(191,211,11); }
div.DivClassName
{
background-color: #BFD30B;
}
.BgClassName
{
background-color: #BFD30B;
}
</style>
border-color css
<style>
span { border-color: #BFD30B; }
span { border-color: rgb(191,211,11); }
td.TdClassName
{
border-color: #BFD30B;
}
.TagClassName
{
border-color: #BFD30B;
}
</style>