Shades of La Rioja #BBC30F
Tints of La Rioja #BBC30F
RGB
CMYK
RGB Variations
Color information
#BBC30F (or 0xBBC30F) is known color: La Rioja. HEX triplet: BB, C3 and 0F. RGB value is (187,195,15). Sum of RGB (Red+Green+Blue) = 187+195+15=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC30F is #443CF0. Grayscale: #ACACAC. Windows color (decimal): -4472049 or 1033147. OLE color: 1033147.
HSL color Cylindrical-coordinate representation of color #BBC30F: hue angle of 62.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC30F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.24 |
| HSL | 62.67º | 0.86% | 0.41% | - |
| HSV(B) | 62.67º | 0.92% | 0.76% | - |
| XYZ | 40.09 | 49.63 | 7.92 | - |
| YUV | 172.09 | 39.35 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 15 | 0.04 | 0 | 0.92 | 0.24 | 62.67 | 0.86 | 0.41 |
| Hex | BB | C3 | F | 4 | 0 | 5C | 18 | 3F | 56 | 29 |
| Octal | 273 | 303 | 17 | 4 | 0 | 134 | 30 | 77 | 126 | 51 |
| Binary | 10111011 | 11000011 | 1111 | 100 | 0 | 1011100 | 11000 | 111111 | 1010110 | 101001 |
Color Harmonies of #BBC30F
Complementary color
Monochromatic Colors of #BBC30F
Black with #BBC30F
Text Example
Text Example
White with #BBC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC30F; }
p { color: rgb(187,195,15); }
H1.HeaderClassName
{
color: #BBC30F;
}
.AnyTagClassName
{
color: #BBC30F;
}
</style>
background-color css
<style>
a { background-color: #BBC30F; }
a { background-color: rgb(187,195,15); }
div.DivClassName
{
background-color: #BBC30F;
}
.BgClassName
{
background-color: #BBC30F;
}
</style>
border-color css
<style>
span { border-color: #BBC30F; }
span { border-color: rgb(187,195,15); }
td.TdClassName
{
border-color: #BBC30F;
}
.TagClassName
{
border-color: #BBC30F;
}
</style>