Shades of La Rioja #BBCD09
Tints of La Rioja #BBCD09
RGB
CMYK
RGB Variations
Color information
#BBCD09 (or 0xBBCD09) is known color: La Rioja. HEX triplet: BB, CD and 09. RGB value is (187,205,9). Sum of RGB (Red+Green+Blue) = 187+205+9=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD09 is #4432F6. Grayscale: #B2B2B2. Windows color (decimal): -4469495 or 642491. OLE color: 642491.
HSL color Cylindrical-coordinate representation of color #BBCD09: hue angle of 65.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBCD09 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 9 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.20 |
| HSL | 65.51º | 0.92% | 0.42% | - |
| HSV(B) | 65.51º | 0.96% | 0.8% | - |
| XYZ | 42.37 | 54.25 | 8.5 | - |
| YUV | 177.27 | 33.04 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 9 | 0.09 | 0 | 0.96 | 0.20 | 65.51 | 0.92 | 0.42 |
| Hex | BB | CD | 9 | 9 | 0 | 60 | 14 | 42 | 5C | 2A |
| Octal | 273 | 315 | 11 | 11 | 0 | 140 | 24 | 102 | 134 | 52 |
| Binary | 10111011 | 11001101 | 1001 | 1001 | 0 | 1100000 | 10100 | 1000010 | 1011100 | 101010 |
Color Harmonies of #BBCD09
Complementary color
Monochromatic Colors of #BBCD09
Black with #BBCD09
Text Example
Text Example
White with #BBCD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD09; }
p { color: rgb(187,205,9); }
H1.HeaderClassName
{
color: #BBCD09;
}
.AnyTagClassName
{
color: #BBCD09;
}
</style>
background-color css
<style>
a { background-color: #BBCD09; }
a { background-color: rgb(187,205,9); }
div.DivClassName
{
background-color: #BBCD09;
}
.BgClassName
{
background-color: #BBCD09;
}
</style>
border-color css
<style>
span { border-color: #BBCD09; }
span { border-color: rgb(187,205,9); }
td.TdClassName
{
border-color: #BBCD09;
}
.TagClassName
{
border-color: #BBCD09;
}
</style>