Shades of La Rioja #BBC40F
Tints of La Rioja #BBC40F
RGB
CMYK
RGB Variations
Color information
#BBC40F (or 0xBBC40F) is known color: La Rioja. HEX triplet: BB, C4 and 0F. RGB value is (187,196,15). Sum of RGB (Red+Green+Blue) = 187+196+15=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC40F is #443BF0. Grayscale: #ADADAD. Windows color (decimal): -4471793 or 1033403. OLE color: 1033403.
HSL color Cylindrical-coordinate representation of color #BBC40F: hue angle of 62.98º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC40F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 15 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.23 |
| HSL | 62.98º | 0.86% | 0.41% | - |
| HSV(B) | 62.98º | 0.92% | 0.77% | - |
| XYZ | 40.32 | 50.08 | 7.99 | - |
| YUV | 172.68 | 39.02 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 15 | 0.05 | 0 | 0.92 | 0.23 | 62.98 | 0.86 | 0.41 |
| Hex | BB | C4 | F | 5 | 0 | 5C | 17 | 3F | 56 | 29 |
| Octal | 273 | 304 | 17 | 5 | 0 | 134 | 27 | 77 | 126 | 51 |
| Binary | 10111011 | 11000100 | 1111 | 101 | 0 | 1011100 | 10111 | 111111 | 1010110 | 101001 |
Color Harmonies of #BBC40F
Complementary color
Monochromatic Colors of #BBC40F
Black with #BBC40F
Text Example
Text Example
White with #BBC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC40F; }
p { color: rgb(187,196,15); }
H1.HeaderClassName
{
color: #BBC40F;
}
.AnyTagClassName
{
color: #BBC40F;
}
</style>
background-color css
<style>
a { background-color: #BBC40F; }
a { background-color: rgb(187,196,15); }
div.DivClassName
{
background-color: #BBC40F;
}
.BgClassName
{
background-color: #BBC40F;
}
</style>
border-color css
<style>
span { border-color: #BBC40F; }
span { border-color: rgb(187,196,15); }
td.TdClassName
{
border-color: #BBC40F;
}
.TagClassName
{
border-color: #BBC40F;
}
</style>