Shades of La Rioja #BBD407
Tints of La Rioja #BBD407
RGB
CMYK
RGB Variations
Color information
#BBD407 (or 0xBBD407) is known color: La Rioja. HEX triplet: BB, D4 and 07. RGB value is (187,212,7). Sum of RGB (Red+Green+Blue) = 187+212+7=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD407 is #442BF8. Grayscale: #B5B5B5. Windows color (decimal): -4467705 or 513211. OLE color: 513211.
HSL color Cylindrical-coordinate representation of color #BBD407: hue angle of 67.32º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBD407 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.17 |
| HSL | 67.32º | 0.94% | 0.43% | - |
| HSV(B) | 67.32º | 0.97% | 0.83% | - |
| XYZ | 44.08 | 57.67 | 9.01 | - |
| YUV | 181.16 | 29.72 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 7 | 0.12 | 0 | 0.97 | 0.17 | 67.32 | 0.94 | 0.43 |
| Hex | BB | D4 | 7 | C | 0 | 61 | 11 | 43 | 5E | 2B |
| Octal | 273 | 324 | 7 | 14 | 0 | 141 | 21 | 103 | 136 | 53 |
| Binary | 10111011 | 11010100 | 111 | 1100 | 0 | 1100001 | 10001 | 1000011 | 1011110 | 101011 |
Color Harmonies of #BBD407
Complementary color
Monochromatic Colors of #BBD407
Black with #BBD407
Text Example
Text Example
White with #BBD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD407; }
p { color: rgb(187,212,7); }
H1.HeaderClassName
{
color: #BBD407;
}
.AnyTagClassName
{
color: #BBD407;
}
</style>
background-color css
<style>
a { background-color: #BBD407; }
a { background-color: rgb(187,212,7); }
div.DivClassName
{
background-color: #BBD407;
}
.BgClassName
{
background-color: #BBD407;
}
</style>
border-color css
<style>
span { border-color: #BBD407; }
span { border-color: rgb(187,212,7); }
td.TdClassName
{
border-color: #BBD407;
}
.TagClassName
{
border-color: #BBD407;
}
</style>