Shades of La Rioja #BBD207
Tints of La Rioja #BBD207
RGB
CMYK
RGB Variations
Color information
#BBD207 (or 0xBBD207) is known color: La Rioja. HEX triplet: BB, D2 and 07. RGB value is (187,210,7). Sum of RGB (Red+Green+Blue) = 187+210+7=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD207 is #442DF8. Grayscale: #B4B4B4. Windows color (decimal): -4468217 or 512699. OLE color: 512699.
HSL color Cylindrical-coordinate representation of color #BBD207: hue angle of 66.8º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBD207 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.18 |
| HSL | 66.8º | 0.94% | 0.43% | - |
| HSV(B) | 66.8º | 0.97% | 0.82% | - |
| XYZ | 43.58 | 56.67 | 8.84 | - |
| YUV | 179.98 | 30.38 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 7 | 0.11 | 0 | 0.97 | 0.18 | 66.8 | 0.94 | 0.43 |
| Hex | BB | D2 | 7 | B | 0 | 61 | 12 | 43 | 5E | 2B |
| Octal | 273 | 322 | 7 | 13 | 0 | 141 | 22 | 103 | 136 | 53 |
| Binary | 10111011 | 11010010 | 111 | 1011 | 0 | 1100001 | 10010 | 1000011 | 1011110 | 101011 |
Color Harmonies of #BBD207
Complementary color
Monochromatic Colors of #BBD207
Black with #BBD207
Text Example
Text Example
White with #BBD207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD207; }
p { color: rgb(187,210,7); }
H1.HeaderClassName
{
color: #BBD207;
}
.AnyTagClassName
{
color: #BBD207;
}
</style>
background-color css
<style>
a { background-color: #BBD207; }
a { background-color: rgb(187,210,7); }
div.DivClassName
{
background-color: #BBD207;
}
.BgClassName
{
background-color: #BBD207;
}
</style>
border-color css
<style>
span { border-color: #BBD207; }
span { border-color: rgb(187,210,7); }
td.TdClassName
{
border-color: #BBD207;
}
.TagClassName
{
border-color: #BBD207;
}
</style>