Shades of La Rioja #BBC40D
Tints of La Rioja #BBC40D
RGB
CMYK
RGB Variations
Color information
#BBC40D (or 0xBBC40D) is known color: La Rioja. HEX triplet: BB, C4 and 0D. RGB value is (187,196,13). Sum of RGB (Red+Green+Blue) = 187+196+13=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC40D is #443BF2. Grayscale: #ADADAD. Windows color (decimal): -4471795 or 902331. OLE color: 902331.
HSL color Cylindrical-coordinate representation of color #BBC40D: hue angle of 62.95º degrees, saturation: 0.88, 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 #BBC40D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 13 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.23 |
| HSL | 62.95º | 0.88% | 0.41% | - |
| HSV(B) | 62.95º | 0.93% | 0.77% | - |
| XYZ | 40.31 | 50.07 | 7.92 | - |
| YUV | 172.45 | 38.02 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 13 | 0.05 | 0 | 0.93 | 0.23 | 62.95 | 0.88 | 0.41 |
| Hex | BB | C4 | D | 5 | 0 | 5D | 17 | 3F | 58 | 29 |
| Octal | 273 | 304 | 15 | 5 | 0 | 135 | 27 | 77 | 130 | 51 |
| Binary | 10111011 | 11000100 | 1101 | 101 | 0 | 1011101 | 10111 | 111111 | 1011000 | 101001 |
Color Harmonies of #BBC40D
Complementary color
Monochromatic Colors of #BBC40D
Black with #BBC40D
Text Example
Text Example
White with #BBC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC40D; }
p { color: rgb(187,196,13); }
H1.HeaderClassName
{
color: #BBC40D;
}
.AnyTagClassName
{
color: #BBC40D;
}
</style>
background-color css
<style>
a { background-color: #BBC40D; }
a { background-color: rgb(187,196,13); }
div.DivClassName
{
background-color: #BBC40D;
}
.BgClassName
{
background-color: #BBC40D;
}
</style>
border-color css
<style>
span { border-color: #BBC40D; }
span { border-color: rgb(187,196,13); }
td.TdClassName
{
border-color: #BBC40D;
}
.TagClassName
{
border-color: #BBC40D;
}
</style>