Shades of La Rioja #BBD306
Tints of La Rioja #BBD306
RGB
CMYK
RGB Variations
Color information
#BBD306 (or 0xBBD306) is known color: La Rioja. HEX triplet: BB, D3 and 06. RGB value is (187,211,6). Sum of RGB (Red+Green+Blue) = 187+211+6=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD306 is #442CF9. Grayscale: #B5B5B5. Windows color (decimal): -4467962 or 447419. OLE color: 447419.
HSL color Cylindrical-coordinate representation of color #BBD306: hue angle of 67.02º 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 #BBD306 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.17 |
| HSL | 67.02º | 0.94% | 0.43% | - |
| HSV(B) | 67.02º | 0.97% | 0.83% | - |
| XYZ | 43.82 | 57.17 | 8.9 | - |
| YUV | 180.45 | 29.55 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 6 | 0.11 | 0 | 0.97 | 0.17 | 67.02 | 0.94 | 0.43 |
| Hex | BB | D3 | 6 | B | 0 | 61 | 11 | 43 | 5E | 2B |
| Octal | 273 | 323 | 6 | 13 | 0 | 141 | 21 | 103 | 136 | 53 |
| Binary | 10111011 | 11010011 | 110 | 1011 | 0 | 1100001 | 10001 | 1000011 | 1011110 | 101011 |
Color Harmonies of #BBD306
Complementary color
Monochromatic Colors of #BBD306
Black with #BBD306
Text Example
Text Example
White with #BBD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD306; }
p { color: rgb(187,211,6); }
H1.HeaderClassName
{
color: #BBD306;
}
.AnyTagClassName
{
color: #BBD306;
}
</style>
background-color css
<style>
a { background-color: #BBD306; }
a { background-color: rgb(187,211,6); }
div.DivClassName
{
background-color: #BBD306;
}
.BgClassName
{
background-color: #BBD306;
}
</style>
border-color css
<style>
span { border-color: #BBD306; }
span { border-color: rgb(187,211,6); }
td.TdClassName
{
border-color: #BBD306;
}
.TagClassName
{
border-color: #BBD306;
}
</style>