Shades of La Rioja #BBD308
Tints of La Rioja #BBD308
RGB
CMYK
RGB Variations
Color information
#BBD308 (or 0xBBD308) is known color: La Rioja. HEX triplet: BB, D3 and 08. RGB value is (187,211,8). Sum of RGB (Red+Green+Blue) = 187+211+8=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 211 (82.81% from 255 or 51.97% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD308 is #442CF7. Grayscale: #B5B5B5. Windows color (decimal): -4467960 or 578491. OLE color: 578491.
HSL color Cylindrical-coordinate representation of color #BBD308: hue angle of 67.09º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBD308 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.17 |
| HSL | 67.09º | 0.93% | 0.43% | - |
| HSV(B) | 67.09º | 0.96% | 0.83% | - |
| XYZ | 43.83 | 57.17 | 8.95 | - |
| YUV | 180.68 | 30.55 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 8 | 0.11 | 0 | 0.96 | 0.17 | 67.09 | 0.93 | 0.43 |
| Hex | BB | D3 | 8 | B | 0 | 60 | 11 | 43 | 5D | 2B |
| Octal | 273 | 323 | 10 | 13 | 0 | 140 | 21 | 103 | 135 | 53 |
| Binary | 10111011 | 11010011 | 1000 | 1011 | 0 | 1100000 | 10001 | 1000011 | 1011101 | 101011 |
Color Harmonies of #BBD308
Complementary color
Monochromatic Colors of #BBD308
Black with #BBD308
Text Example
Text Example
White with #BBD308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD308; }
p { color: rgb(187,211,8); }
H1.HeaderClassName
{
color: #BBD308;
}
.AnyTagClassName
{
color: #BBD308;
}
</style>
background-color css
<style>
a { background-color: #BBD308; }
a { background-color: rgb(187,211,8); }
div.DivClassName
{
background-color: #BBD308;
}
.BgClassName
{
background-color: #BBD308;
}
</style>
border-color css
<style>
span { border-color: #BBD308; }
span { border-color: rgb(187,211,8); }
td.TdClassName
{
border-color: #BBD308;
}
.TagClassName
{
border-color: #BBD308;
}
</style>