Shades of La Rioja #BBC10C
Tints of La Rioja #BBC10C
RGB
CMYK
RGB Variations
Color information
#BBC10C (or 0xBBC10C) is known color: La Rioja. HEX triplet: BB, C1 and 0C. RGB value is (187,193,12). Sum of RGB (Red+Green+Blue) = 187+193+12=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC10C is #443EF3. Grayscale: #ABABAB. Windows color (decimal): -4472564 or 836027. OLE color: 836027.
HSL color Cylindrical-coordinate representation of color #BBC10C: hue angle of 61.99º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC10C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.24 |
| HSL | 61.99º | 0.88% | 0.4% | - |
| HSV(B) | 61.99º | 0.94% | 0.76% | - |
| XYZ | 39.63 | 48.73 | 7.67 | - |
| YUV | 170.57 | 38.51 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 12 | 0.03 | 0 | 0.94 | 0.24 | 61.99 | 0.88 | 0.4 |
| Hex | BB | C1 | C | 3 | 0 | 5E | 18 | 3E | 58 | 28 |
| Octal | 273 | 301 | 14 | 3 | 0 | 136 | 30 | 76 | 130 | 50 |
| Binary | 10111011 | 11000001 | 1100 | 11 | 0 | 1011110 | 11000 | 111110 | 1011000 | 101000 |
Color Harmonies of #BBC10C
Complementary color
Monochromatic Colors of #BBC10C
Black with #BBC10C
Text Example
Text Example
White with #BBC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC10C; }
p { color: rgb(187,193,12); }
H1.HeaderClassName
{
color: #BBC10C;
}
.AnyTagClassName
{
color: #BBC10C;
}
</style>
background-color css
<style>
a { background-color: #BBC10C; }
a { background-color: rgb(187,193,12); }
div.DivClassName
{
background-color: #BBC10C;
}
.BgClassName
{
background-color: #BBC10C;
}
</style>
border-color css
<style>
span { border-color: #BBC10C; }
span { border-color: rgb(187,193,12); }
td.TdClassName
{
border-color: #BBC10C;
}
.TagClassName
{
border-color: #BBC10C;
}
</style>