Shades of La Rioja #BBC40E
Tints of La Rioja #BBC40E
RGB
CMYK
RGB Variations
Color information
#BBC40E (or 0xBBC40E) is known color: La Rioja. HEX triplet: BB, C4 and 0E. RGB value is (187,196,14). Sum of RGB (Red+Green+Blue) = 187+196+14=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC40E is #443BF1. Grayscale: #ADADAD. Windows color (decimal): -4471794 or 967867. OLE color: 967867.
HSL color Cylindrical-coordinate representation of color #BBC40E: hue angle of 62.97º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC40E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.23 |
| HSL | 62.97º | 0.87% | 0.41% | - |
| HSV(B) | 62.97º | 0.93% | 0.77% | - |
| XYZ | 40.31 | 50.08 | 7.96 | - |
| YUV | 172.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 14 | 0.05 | 0 | 0.93 | 0.23 | 62.97 | 0.87 | 0.41 |
| Hex | BB | C4 | E | 5 | 0 | 5D | 17 | 3F | 57 | 29 |
| Octal | 273 | 304 | 16 | 5 | 0 | 135 | 27 | 77 | 127 | 51 |
| Binary | 10111011 | 11000100 | 1110 | 101 | 0 | 1011101 | 10111 | 111111 | 1010111 | 101001 |
Color Harmonies of #BBC40E
Complementary color
Monochromatic Colors of #BBC40E
Black with #BBC40E
Text Example
Text Example
White with #BBC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC40E; }
p { color: rgb(187,196,14); }
H1.HeaderClassName
{
color: #BBC40E;
}
.AnyTagClassName
{
color: #BBC40E;
}
</style>
background-color css
<style>
a { background-color: #BBC40E; }
a { background-color: rgb(187,196,14); }
div.DivClassName
{
background-color: #BBC40E;
}
.BgClassName
{
background-color: #BBC40E;
}
</style>
border-color css
<style>
span { border-color: #BBC40E; }
span { border-color: rgb(187,196,14); }
td.TdClassName
{
border-color: #BBC40E;
}
.TagClassName
{
border-color: #BBC40E;
}
</style>