Shades of La Rioja #BBC312
Tints of La Rioja #BBC312
RGB
CMYK
RGB Variations
Color information
#BBC312 (or 0xBBC312) is known color: La Rioja. HEX triplet: BB, C3 and 12. RGB value is (187,195,18). Sum of RGB (Red+Green+Blue) = 187+195+18=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC312 is #443CED. Grayscale: #ADADAD. Windows color (decimal): -4472046 or 1229755. OLE color: 1229755.
HSL color Cylindrical-coordinate representation of color #BBC312: hue angle of 62.71º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBC312 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 18 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.24 |
| HSL | 62.71º | 0.83% | 0.42% | - |
| HSV(B) | 62.71º | 0.91% | 0.76% | - |
| XYZ | 40.12 | 49.64 | 8.04 | - |
| YUV | 172.43 | 40.85 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 18 | 0.04 | 0 | 0.91 | 0.24 | 62.71 | 0.83 | 0.42 |
| Hex | BB | C3 | 12 | 4 | 0 | 5B | 18 | 3F | 53 | 2A |
| Octal | 273 | 303 | 22 | 4 | 0 | 133 | 30 | 77 | 123 | 52 |
| Binary | 10111011 | 11000011 | 10010 | 100 | 0 | 1011011 | 11000 | 111111 | 1010011 | 101010 |
Color Harmonies of #BBC312
Complementary color
Monochromatic Colors of #BBC312
Black with #BBC312
Text Example
Text Example
White with #BBC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC312; }
p { color: rgb(187,195,18); }
H1.HeaderClassName
{
color: #BBC312;
}
.AnyTagClassName
{
color: #BBC312;
}
</style>
background-color css
<style>
a { background-color: #BBC312; }
a { background-color: rgb(187,195,18); }
div.DivClassName
{
background-color: #BBC312;
}
.BgClassName
{
background-color: #BBC312;
}
</style>
border-color css
<style>
span { border-color: #BBC312; }
span { border-color: rgb(187,195,18); }
td.TdClassName
{
border-color: #BBC312;
}
.TagClassName
{
border-color: #BBC312;
}
</style>