Shades of La Rioja #B0CE06
Tints of La Rioja #B0CE06
RGB
CMYK
RGB Variations
Color information
#B0CE06 (or 0xB0CE06) is known color: La Rioja. HEX triplet: B0, CE and 06. RGB value is (176,206,6). Sum of RGB (Red+Green+Blue) = 176+206+6=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CE06 is #4F31F9. Grayscale: #AEAEAE. Windows color (decimal): -5190138 or 446128. OLE color: 446128.
HSL color Cylindrical-coordinate representation of color #B0CE06: hue angle of 69º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0CE06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.19 |
| HSL | 69º | 0.94% | 0.42% | - |
| HSV(B) | 69º | 0.97% | 0.81% | - |
| XYZ | 40.01 | 53.39 | 8.37 | - |
| YUV | 174.23 | 33.06 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 6 | 0.15 | 0 | 0.97 | 0.19 | 69 | 0.94 | 0.42 |
| Hex | B0 | CE | 6 | F | 0 | 61 | 13 | 45 | 5E | 2A |
| Octal | 260 | 316 | 6 | 17 | 0 | 141 | 23 | 105 | 136 | 52 |
| Binary | 10110000 | 11001110 | 110 | 1111 | 0 | 1100001 | 10011 | 1000101 | 1011110 | 101010 |
Color Harmonies of #B0CE06
Complementary color
Monochromatic Colors of #B0CE06
Black with #B0CE06
Text Example
Text Example
White with #B0CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE06; }
p { color: rgb(176,206,6); }
H1.HeaderClassName
{
color: #B0CE06;
}
.AnyTagClassName
{
color: #B0CE06;
}
</style>
background-color css
<style>
a { background-color: #B0CE06; }
a { background-color: rgb(176,206,6); }
div.DivClassName
{
background-color: #B0CE06;
}
.BgClassName
{
background-color: #B0CE06;
}
</style>
border-color css
<style>
span { border-color: #B0CE06; }
span { border-color: rgb(176,206,6); }
td.TdClassName
{
border-color: #B0CE06;
}
.TagClassName
{
border-color: #B0CE06;
}
</style>