Shades of La Rioja #BBC404
Tints of La Rioja #BBC404
RGB
CMYK
RGB Variations
Color information
#BBC404 (or 0xBBC404) is known color: La Rioja. HEX triplet: BB, C4 and 04. RGB value is (187,196,4). Sum of RGB (Red+Green+Blue) = 187+196+4=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC404 is #443BFB. Grayscale: #ACACAC. Windows color (decimal): -4471804 or 312507. OLE color: 312507.
HSL color Cylindrical-coordinate representation of color #BBC404: hue angle of 62.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBC404 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.23 |
| HSL | 62.81º | 0.96% | 0.39% | - |
| HSV(B) | 62.81º | 0.98% | 0.77% | - |
| XYZ | 40.26 | 50.05 | 7.65 | - |
| YUV | 171.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 4 | 0.05 | 0 | 0.98 | 0.23 | 62.81 | 0.96 | 0.39 |
| Hex | BB | C4 | 4 | 5 | 0 | 62 | 17 | 3F | 60 | 27 |
| Octal | 273 | 304 | 4 | 5 | 0 | 142 | 27 | 77 | 140 | 47 |
| Binary | 10111011 | 11000100 | 100 | 101 | 0 | 1100010 | 10111 | 111111 | 1100000 | 100111 |
Color Harmonies of #BBC404
Complementary color
Monochromatic Colors of #BBC404
Black with #BBC404
Text Example
Text Example
White with #BBC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC404; }
p { color: rgb(187,196,4); }
H1.HeaderClassName
{
color: #BBC404;
}
.AnyTagClassName
{
color: #BBC404;
}
</style>
background-color css
<style>
a { background-color: #BBC404; }
a { background-color: rgb(187,196,4); }
div.DivClassName
{
background-color: #BBC404;
}
.BgClassName
{
background-color: #BBC404;
}
</style>
border-color css
<style>
span { border-color: #BBC404; }
span { border-color: rgb(187,196,4); }
td.TdClassName
{
border-color: #BBC404;
}
.TagClassName
{
border-color: #BBC404;
}
</style>