Shades of La Rioja #BBC10D
Tints of La Rioja #BBC10D
RGB
CMYK
RGB Variations
Color information
#BBC10D (or 0xBBC10D) is known color: La Rioja. HEX triplet: BB, C1 and 0D. RGB value is (187,193,13). Sum of RGB (Red+Green+Blue) = 187+193+13=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC10D is #443EF2. Grayscale: #ABABAB. Windows color (decimal): -4472563 or 901563. OLE color: 901563.
HSL color Cylindrical-coordinate representation of color #BBC10D: hue angle of 62º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC10D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.24 |
| HSL | 62º | 0.87% | 0.4% | - |
| HSV(B) | 62º | 0.93% | 0.76% | - |
| XYZ | 39.64 | 48.73 | 7.7 | - |
| YUV | 170.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 13 | 0.03 | 0 | 0.93 | 0.24 | 62 | 0.87 | 0.4 |
| Hex | BB | C1 | D | 3 | 0 | 5D | 18 | 3E | 57 | 28 |
| Octal | 273 | 301 | 15 | 3 | 0 | 135 | 30 | 76 | 127 | 50 |
| Binary | 10111011 | 11000001 | 1101 | 11 | 0 | 1011101 | 11000 | 111110 | 1010111 | 101000 |
Color Harmonies of #BBC10D
Complementary color
Monochromatic Colors of #BBC10D
Black with #BBC10D
Text Example
Text Example
White with #BBC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC10D; }
p { color: rgb(187,193,13); }
H1.HeaderClassName
{
color: #BBC10D;
}
.AnyTagClassName
{
color: #BBC10D;
}
</style>
background-color css
<style>
a { background-color: #BBC10D; }
a { background-color: rgb(187,193,13); }
div.DivClassName
{
background-color: #BBC10D;
}
.BgClassName
{
background-color: #BBC10D;
}
</style>
border-color css
<style>
span { border-color: #BBC10D; }
span { border-color: rgb(187,193,13); }
td.TdClassName
{
border-color: #BBC10D;
}
.TagClassName
{
border-color: #BBC10D;
}
</style>