Shades of La Rioja #BBC414
Tints of La Rioja #BBC414
RGB
CMYK
RGB Variations
Color information
#BBC414 (or 0xBBC414) is known color: La Rioja. HEX triplet: BB, C4 and 14. RGB value is (187,196,20). Sum of RGB (Red+Green+Blue) = 187+196+20=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC414 is #443BEB. Grayscale: #ADADAD. Windows color (decimal): -4471788 or 1361083. OLE color: 1361083.
HSL color Cylindrical-coordinate representation of color #BBC414: hue angle of 63.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC414 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
RGB | 187 | 196 | 20 | - |
CMYK | 0.05 | 0 | 0.90 | 0.23 |
HSL | 63.07º | 0.81% | 0.42% | - |
HSV(B) | 63.07º | 0.9% | 0.77% | - |
XYZ | 40.36 | 50.1 | 8.2 | - |
YUV | 173.25 | 41.52 | 137.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 196 | 20 | 0.05 | 0 | 0.90 | 0.23 | 63.07 | 0.81 | 0.42 |
Hex | BB | C4 | 14 | 5 | 0 | 5A | 17 | 3F | 51 | 2A |
Octal | 273 | 304 | 24 | 5 | 0 | 132 | 27 | 77 | 121 | 52 |
Binary | 10111011 | 11000100 | 10100 | 101 | 0 | 1011010 | 10111 | 111111 | 1010001 | 101010 |
Color Harmonies of #BBC414
Complementary color
Monochromatic Colors of #BBC414
Black with #BBC414
Text Example
Text Example
White with #BBC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC414; }
p { color: rgb(187,196,20); }
H1.HeaderClassName
{
color: #BBC414;
}
.AnyTagClassName
{
color: #BBC414;
}
</style>
background-color css
<style>
a { background-color: #BBC414; }
a { background-color: rgb(187,196,20); }
div.DivClassName
{
background-color: #BBC414;
}
.BgClassName
{
background-color: #BBC414;
}
</style>
border-color css
<style>
span { border-color: #BBC414; }
span { border-color: rgb(187,196,20); }
td.TdClassName
{
border-color: #BBC414;
}
.TagClassName
{
border-color: #BBC414;
}
</style>