Shades of La Rioja #B0CA08
Tints of La Rioja #B0CA08
RGB
CMYK
RGB Variations
Color information
#B0CA08 (or 0xB0CA08) is known color: La Rioja. HEX triplet: B0, CA and 08. RGB value is (176,202,8). Sum of RGB (Red+Green+Blue) = 176+202+8=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CA08 is #4F35F7. Grayscale: #ACACAC. Windows color (decimal): -5191160 or 576176. OLE color: 576176.
HSL color Cylindrical-coordinate representation of color #B0CA08: hue angle of 68.04º degrees, saturation: 0.92, 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 #B0CA08 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.21 |
| HSL | 68.04º | 0.92% | 0.41% | - |
| HSV(B) | 68.04º | 0.96% | 0.79% | - |
| XYZ | 39.07 | 51.49 | 8.11 | - |
| YUV | 172.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 8 | 0.13 | 0 | 0.96 | 0.21 | 68.04 | 0.92 | 0.41 |
| Hex | B0 | CA | 8 | D | 0 | 60 | 15 | 44 | 5C | 29 |
| Octal | 260 | 312 | 10 | 15 | 0 | 140 | 25 | 104 | 134 | 51 |
| Binary | 10110000 | 11001010 | 1000 | 1101 | 0 | 1100000 | 10101 | 1000100 | 1011100 | 101001 |
Color Harmonies of #B0CA08
Complementary color
Monochromatic Colors of #B0CA08
Black with #B0CA08
Text Example
Text Example
White with #B0CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA08; }
p { color: rgb(176,202,8); }
H1.HeaderClassName
{
color: #B0CA08;
}
.AnyTagClassName
{
color: #B0CA08;
}
</style>
background-color css
<style>
a { background-color: #B0CA08; }
a { background-color: rgb(176,202,8); }
div.DivClassName
{
background-color: #B0CA08;
}
.BgClassName
{
background-color: #B0CA08;
}
</style>
border-color css
<style>
span { border-color: #B0CA08; }
span { border-color: rgb(176,202,8); }
td.TdClassName
{
border-color: #B0CA08;
}
.TagClassName
{
border-color: #B0CA08;
}
</style>