Shades of La Rioja #BBC50D
Tints of La Rioja #BBC50D
RGB
CMYK
RGB Variations
Color information
#BBC50D (or 0xBBC50D) is known color: La Rioja. HEX triplet: BB, C5 and 0D. RGB value is (187,197,13). Sum of RGB (Red+Green+Blue) = 187+197+13=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC50D is #443AF2. Grayscale: #ADADAD. Windows color (decimal): -4471539 or 902587. OLE color: 902587.
HSL color Cylindrical-coordinate representation of color #BBC50D: hue angle of 63.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC50D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 13 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.23 |
| HSL | 63.26º | 0.88% | 0.41% | - |
| HSV(B) | 63.26º | 0.93% | 0.77% | - |
| XYZ | 40.53 | 50.53 | 8 | - |
| YUV | 173.03 | 37.69 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 13 | 0.05 | 0 | 0.93 | 0.23 | 63.26 | 0.88 | 0.41 |
| Hex | BB | C5 | D | 5 | 0 | 5D | 17 | 3F | 58 | 29 |
| Octal | 273 | 305 | 15 | 5 | 0 | 135 | 27 | 77 | 130 | 51 |
| Binary | 10111011 | 11000101 | 1101 | 101 | 0 | 1011101 | 10111 | 111111 | 1011000 | 101001 |
Color Harmonies of #BBC50D
Complementary color
Monochromatic Colors of #BBC50D
Black with #BBC50D
Text Example
Text Example
White with #BBC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC50D; }
p { color: rgb(187,197,13); }
H1.HeaderClassName
{
color: #BBC50D;
}
.AnyTagClassName
{
color: #BBC50D;
}
</style>
background-color css
<style>
a { background-color: #BBC50D; }
a { background-color: rgb(187,197,13); }
div.DivClassName
{
background-color: #BBC50D;
}
.BgClassName
{
background-color: #BBC50D;
}
</style>
border-color css
<style>
span { border-color: #BBC50D; }
span { border-color: rgb(187,197,13); }
td.TdClassName
{
border-color: #BBC50D;
}
.TagClassName
{
border-color: #BBC50D;
}
</style>