Shades of La Rioja #BBCF0C
Tints of La Rioja #BBCF0C
RGB
CMYK
RGB Variations
Color information
#BBCF0C (or 0xBBCF0C) is known color: La Rioja. HEX triplet: BB, CF and 0C. RGB value is (187,207,12). Sum of RGB (Red+Green+Blue) = 187+207+12=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF0C is #4430F3. Grayscale: #B3B3B3. Windows color (decimal): -4468980 or 839611. OLE color: 839611.
HSL color Cylindrical-coordinate representation of color #BBCF0C: hue angle of 66.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBCF0C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.19 |
| HSL | 66.15º | 0.89% | 0.43% | - |
| HSV(B) | 66.15º | 0.94% | 0.81% | - |
| XYZ | 42.87 | 55.22 | 8.75 | - |
| YUV | 178.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 12 | 0.10 | 0 | 0.94 | 0.19 | 66.15 | 0.89 | 0.43 |
| Hex | BB | CF | C | A | 0 | 5E | 13 | 42 | 59 | 2B |
| Octal | 273 | 317 | 14 | 12 | 0 | 136 | 23 | 102 | 131 | 53 |
| Binary | 10111011 | 11001111 | 1100 | 1010 | 0 | 1011110 | 10011 | 1000010 | 1011001 | 101011 |
Color Harmonies of #BBCF0C
Complementary color
Monochromatic Colors of #BBCF0C
Black with #BBCF0C
Text Example
Text Example
White with #BBCF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF0C; }
p { color: rgb(187,207,12); }
H1.HeaderClassName
{
color: #BBCF0C;
}
.AnyTagClassName
{
color: #BBCF0C;
}
</style>
background-color css
<style>
a { background-color: #BBCF0C; }
a { background-color: rgb(187,207,12); }
div.DivClassName
{
background-color: #BBCF0C;
}
.BgClassName
{
background-color: #BBCF0C;
}
</style>
border-color css
<style>
span { border-color: #BBCF0C; }
span { border-color: rgb(187,207,12); }
td.TdClassName
{
border-color: #BBCF0C;
}
.TagClassName
{
border-color: #BBCF0C;
}
</style>