Shades of La Rioja #BBCA0C
Tints of La Rioja #BBCA0C
RGB
CMYK
RGB Variations
Color information
#BBCA0C (or 0xBBCA0C) is known color: La Rioja. HEX triplet: BB, CA and 0C. RGB value is (187,202,12). Sum of RGB (Red+Green+Blue) = 187+202+12=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA0C is #4435F3. Grayscale: #B0B0B0. Windows color (decimal): -4470260 or 838331. OLE color: 838331.
HSL color Cylindrical-coordinate representation of color #BBCA0C: hue angle of 64.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBCA0C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.21 |
| HSL | 64.74º | 0.89% | 0.42% | - |
| HSV(B) | 64.74º | 0.94% | 0.79% | - |
| XYZ | 41.68 | 52.83 | 8.35 | - |
| YUV | 175.86 | 35.53 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 12 | 0.07 | 0 | 0.94 | 0.21 | 64.74 | 0.89 | 0.42 |
| Hex | BB | CA | C | 7 | 0 | 5E | 15 | 41 | 59 | 2A |
| Octal | 273 | 312 | 14 | 7 | 0 | 136 | 25 | 101 | 131 | 52 |
| Binary | 10111011 | 11001010 | 1100 | 111 | 0 | 1011110 | 10101 | 1000001 | 1011001 | 101010 |
Color Harmonies of #BBCA0C
Complementary color
Monochromatic Colors of #BBCA0C
Black with #BBCA0C
Text Example
Text Example
White with #BBCA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA0C; }
p { color: rgb(187,202,12); }
H1.HeaderClassName
{
color: #BBCA0C;
}
.AnyTagClassName
{
color: #BBCA0C;
}
</style>
background-color css
<style>
a { background-color: #BBCA0C; }
a { background-color: rgb(187,202,12); }
div.DivClassName
{
background-color: #BBCA0C;
}
.BgClassName
{
background-color: #BBCA0C;
}
</style>
border-color css
<style>
span { border-color: #BBCA0C; }
span { border-color: rgb(187,202,12); }
td.TdClassName
{
border-color: #BBCA0C;
}
.TagClassName
{
border-color: #BBCA0C;
}
</style>