Shades of La Rioja #BBD00C
Tints of La Rioja #BBD00C
RGB
CMYK
RGB Variations
Color information
#BBD00C (or 0xBBD00C) is known color: La Rioja. HEX triplet: BB, D0 and 0C. RGB value is (187,208,12). Sum of RGB (Red+Green+Blue) = 187+208+12=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD00C is #442FF3. Grayscale: #B4B4B4. Windows color (decimal): -4468724 or 839867. OLE color: 839867.
HSL color Cylindrical-coordinate representation of color #BBD00C: hue angle of 66.43º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBD00C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.18 |
| HSL | 66.43º | 0.89% | 0.43% | - |
| HSV(B) | 66.43º | 0.94% | 0.82% | - |
| XYZ | 43.12 | 55.7 | 8.83 | - |
| YUV | 179.38 | 33.54 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 12 | 0.10 | 0 | 0.94 | 0.18 | 66.43 | 0.89 | 0.43 |
| Hex | BB | D0 | C | A | 0 | 5E | 12 | 42 | 59 | 2B |
| Octal | 273 | 320 | 14 | 12 | 0 | 136 | 22 | 102 | 131 | 53 |
| Binary | 10111011 | 11010000 | 1100 | 1010 | 0 | 1011110 | 10010 | 1000010 | 1011001 | 101011 |
Color Harmonies of #BBD00C
Complementary color
Monochromatic Colors of #BBD00C
Black with #BBD00C
Text Example
Text Example
White with #BBD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD00C; }
p { color: rgb(187,208,12); }
H1.HeaderClassName
{
color: #BBD00C;
}
.AnyTagClassName
{
color: #BBD00C;
}
</style>
background-color css
<style>
a { background-color: #BBD00C; }
a { background-color: rgb(187,208,12); }
div.DivClassName
{
background-color: #BBD00C;
}
.BgClassName
{
background-color: #BBD00C;
}
</style>
border-color css
<style>
span { border-color: #BBD00C; }
span { border-color: rgb(187,208,12); }
td.TdClassName
{
border-color: #BBD00C;
}
.TagClassName
{
border-color: #BBD00C;
}
</style>