Shades of La Rioja #BBC30E
Tints of La Rioja #BBC30E
RGB
CMYK
RGB Variations
Color information
#BBC30E (or 0xBBC30E) is known color: La Rioja. HEX triplet: BB, C3 and 0E. RGB value is (187,195,14). Sum of RGB (Red+Green+Blue) = 187+195+14=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC30E is #443CF1. Grayscale: #ACACAC. Windows color (decimal): -4472050 or 967611. OLE color: 967611.
HSL color Cylindrical-coordinate representation of color #BBC30E: hue angle of 62.65º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC30E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 14 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.24 |
| HSL | 62.65º | 0.87% | 0.41% | - |
| HSV(B) | 62.65º | 0.93% | 0.76% | - |
| XYZ | 40.09 | 49.63 | 7.88 | - |
| YUV | 171.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 14 | 0.04 | 0 | 0.93 | 0.24 | 62.65 | 0.87 | 0.41 |
| Hex | BB | C3 | E | 4 | 0 | 5D | 18 | 3F | 57 | 29 |
| Octal | 273 | 303 | 16 | 4 | 0 | 135 | 30 | 77 | 127 | 51 |
| Binary | 10111011 | 11000011 | 1110 | 100 | 0 | 1011101 | 11000 | 111111 | 1010111 | 101001 |
Color Harmonies of #BBC30E
Complementary color
Monochromatic Colors of #BBC30E
Black with #BBC30E
Text Example
Text Example
White with #BBC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC30E; }
p { color: rgb(187,195,14); }
H1.HeaderClassName
{
color: #BBC30E;
}
.AnyTagClassName
{
color: #BBC30E;
}
</style>
background-color css
<style>
a { background-color: #BBC30E; }
a { background-color: rgb(187,195,14); }
div.DivClassName
{
background-color: #BBC30E;
}
.BgClassName
{
background-color: #BBC30E;
}
</style>
border-color css
<style>
span { border-color: #BBC30E; }
span { border-color: rgb(187,195,14); }
td.TdClassName
{
border-color: #BBC30E;
}
.TagClassName
{
border-color: #BBC30E;
}
</style>