Shades of La Rioja #B0CA09
Tints of La Rioja #B0CA09
RGB
CMYK
RGB Variations
Color information
#B0CA09 (or 0xB0CA09) is known color: La Rioja. HEX triplet: B0, CA and 09. RGB value is (176,202,9). Sum of RGB (Red+Green+Blue) = 176+202+9=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CA09 is #4F35F6. Grayscale: #ACACAC. Windows color (decimal): -5191159 or 641712. OLE color: 641712.
HSL color Cylindrical-coordinate representation of color #B0CA09: hue angle of 68.08º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0CA09 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 9 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.21 |
| HSL | 68.08º | 0.91% | 0.41% | - |
| HSV(B) | 68.08º | 0.96% | 0.79% | - |
| XYZ | 39.07 | 51.49 | 8.14 | - |
| YUV | 172.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 9 | 0.13 | 0 | 0.96 | 0.21 | 68.08 | 0.91 | 0.41 |
| Hex | B0 | CA | 9 | D | 0 | 60 | 15 | 44 | 5B | 29 |
| Octal | 260 | 312 | 11 | 15 | 0 | 140 | 25 | 104 | 133 | 51 |
| Binary | 10110000 | 11001010 | 1001 | 1101 | 0 | 1100000 | 10101 | 1000100 | 1011011 | 101001 |
Color Harmonies of #B0CA09
Complementary color
Monochromatic Colors of #B0CA09
Black with #B0CA09
Text Example
Text Example
White with #B0CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA09; }
p { color: rgb(176,202,9); }
H1.HeaderClassName
{
color: #B0CA09;
}
.AnyTagClassName
{
color: #B0CA09;
}
</style>
background-color css
<style>
a { background-color: #B0CA09; }
a { background-color: rgb(176,202,9); }
div.DivClassName
{
background-color: #B0CA09;
}
.BgClassName
{
background-color: #B0CA09;
}
</style>
border-color css
<style>
span { border-color: #B0CA09; }
span { border-color: rgb(176,202,9); }
td.TdClassName
{
border-color: #B0CA09;
}
.TagClassName
{
border-color: #B0CA09;
}
</style>