Shades of La Rioja #BBCE05
Tints of La Rioja #BBCE05
RGB
CMYK
RGB Variations
Color information
#BBCE05 (or 0xBBCE05) is known color: La Rioja. HEX triplet: BB, CE and 05. RGB value is (187,206,5). Sum of RGB (Red+Green+Blue) = 187+206+5=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCE05 is #4431FA. Grayscale: #B2B2B2. Windows color (decimal): -4469243 or 380603. OLE color: 380603.
HSL color Cylindrical-coordinate representation of color #BBCE05: hue angle of 65.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBCE05 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.19 |
| HSL | 65.67º | 0.95% | 0.41% | - |
| HSV(B) | 65.67º | 0.98% | 0.81% | - |
| XYZ | 42.59 | 54.72 | 8.46 | - |
| YUV | 177.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 5 | 0.09 | 0 | 0.98 | 0.19 | 65.67 | 0.95 | 0.41 |
| Hex | BB | CE | 5 | 9 | 0 | 62 | 13 | 42 | 5F | 29 |
| Octal | 273 | 316 | 5 | 11 | 0 | 142 | 23 | 102 | 137 | 51 |
| Binary | 10111011 | 11001110 | 101 | 1001 | 0 | 1100010 | 10011 | 1000010 | 1011111 | 101001 |
Color Harmonies of #BBCE05
Complementary color
Monochromatic Colors of #BBCE05
Black with #BBCE05
Text Example
Text Example
White with #BBCE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE05; }
p { color: rgb(187,206,5); }
H1.HeaderClassName
{
color: #BBCE05;
}
.AnyTagClassName
{
color: #BBCE05;
}
</style>
background-color css
<style>
a { background-color: #BBCE05; }
a { background-color: rgb(187,206,5); }
div.DivClassName
{
background-color: #BBCE05;
}
.BgClassName
{
background-color: #BBCE05;
}
</style>
border-color css
<style>
span { border-color: #BBCE05; }
span { border-color: rgb(187,206,5); }
td.TdClassName
{
border-color: #BBCE05;
}
.TagClassName
{
border-color: #BBCE05;
}
</style>