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