Shades of La Rioja #BBCE00
Tints of La Rioja #BBCE00
RGB
CMYK
RGB Variations
Color information
#BBCE00 (or 0xBBCE00) is known color: La Rioja. HEX triplet: BB, CE and 00. RGB value is (187,206,0). Sum of RGB (Red+Green+Blue) = 187+206+0=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCE00 is #4431FF. Grayscale: #B1B1B1. Windows color (decimal): -4469248 or 52923. OLE color: 52923.
HSL color Cylindrical-coordinate representation of color #BBCE00: hue angle of 65.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBCE00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.19 |
| HSL | 65.53º | 1% | 0.4% | - |
| HSV(B) | 65.53º | 1% | 0.81% | - |
| XYZ | 42.56 | 54.71 | 8.32 | - |
| YUV | 176.84 | 28.21 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 0 | 0.09 | 0 | 1 | 0.19 | 65.53 | 1 | 0.4 |
| Hex | BB | CE | 0 | 9 | 0 | 64 | 13 | 42 | 64 | 28 |
| Octal | 273 | 316 | 0 | 11 | 0 | 144 | 23 | 102 | 144 | 50 |
| Binary | 10111011 | 11001110 | 0 | 1001 | 0 | 1100100 | 10011 | 1000010 | 1100100 | 101000 |
Color Harmonies of #BBCE00
Complementary color
Monochromatic Colors of #BBCE00
Black with #BBCE00
Text Example
Text Example
White with #BBCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE00; }
p { color: rgb(187,206,0); }
H1.HeaderClassName
{
color: #BBCE00;
}
.AnyTagClassName
{
color: #BBCE00;
}
</style>
background-color css
<style>
a { background-color: #BBCE00; }
a { background-color: rgb(187,206,0); }
div.DivClassName
{
background-color: #BBCE00;
}
.BgClassName
{
background-color: #BBCE00;
}
</style>
border-color css
<style>
span { border-color: #BBCE00; }
span { border-color: rgb(187,206,0); }
td.TdClassName
{
border-color: #BBCE00;
}
.TagClassName
{
border-color: #BBCE00;
}
</style>