Shades of La Rioja #BBD405
Tints of La Rioja #BBD405
RGB
CMYK
RGB Variations
Color information
#BBD405 (or 0xBBD405) is known color: La Rioja. HEX triplet: BB, D4 and 05. RGB value is (187,212,5). Sum of RGB (Red+Green+Blue) = 187+212+5=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD405 is #442BFA. Grayscale: #B5B5B5. Windows color (decimal): -4467707 or 382139. OLE color: 382139.
HSL color Cylindrical-coordinate representation of color #BBD405: hue angle of 67.25º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBD405 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.17 |
| HSL | 67.25º | 0.95% | 0.43% | - |
| HSV(B) | 67.25º | 0.98% | 0.83% | - |
| XYZ | 44.06 | 57.66 | 8.95 | - |
| YUV | 180.93 | 28.72 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 5 | 0.12 | 0 | 0.98 | 0.17 | 67.25 | 0.95 | 0.43 |
| Hex | BB | D4 | 5 | C | 0 | 62 | 11 | 43 | 5F | 2B |
| Octal | 273 | 324 | 5 | 14 | 0 | 142 | 21 | 103 | 137 | 53 |
| Binary | 10111011 | 11010100 | 101 | 1100 | 0 | 1100010 | 10001 | 1000011 | 1011111 | 101011 |
Color Harmonies of #BBD405
Complementary color
Monochromatic Colors of #BBD405
Black with #BBD405
Text Example
Text Example
White with #BBD405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD405; }
p { color: rgb(187,212,5); }
H1.HeaderClassName
{
color: #BBD405;
}
.AnyTagClassName
{
color: #BBD405;
}
</style>
background-color css
<style>
a { background-color: #BBD405; }
a { background-color: rgb(187,212,5); }
div.DivClassName
{
background-color: #BBD405;
}
.BgClassName
{
background-color: #BBD405;
}
</style>
border-color css
<style>
span { border-color: #BBD405; }
span { border-color: rgb(187,212,5); }
td.TdClassName
{
border-color: #BBD405;
}
.TagClassName
{
border-color: #BBD405;
}
</style>