Shades of La Rioja #B0CF02
Tints of La Rioja #B0CF02
RGB
CMYK
RGB Variations
Color information
#B0CF02 (or 0xB0CF02) is known color: La Rioja. HEX triplet: B0, CF and 02. RGB value is (176,207,2). Sum of RGB (Red+Green+Blue) = 176+207+2=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CF02 is #4F30FD. Grayscale: #AFAFAF. Windows color (decimal): -5189886 or 184240. OLE color: 184240.
HSL color Cylindrical-coordinate representation of color #B0CF02: hue angle of 69.07º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0CF02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.19 |
| HSL | 69.07º | 0.98% | 0.41% | - |
| HSV(B) | 69.07º | 0.99% | 0.81% | - |
| XYZ | 40.23 | 53.86 | 8.33 | - |
| YUV | 174.36 | 30.73 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 2 | 0.15 | 0 | 0.99 | 0.19 | 69.07 | 0.98 | 0.41 |
| Hex | B0 | CF | 2 | F | 0 | 63 | 13 | 45 | 62 | 29 |
| Octal | 260 | 317 | 2 | 17 | 0 | 143 | 23 | 105 | 142 | 51 |
| Binary | 10110000 | 11001111 | 10 | 1111 | 0 | 1100011 | 10011 | 1000101 | 1100010 | 101001 |
Color Harmonies of #B0CF02
Complementary color
Monochromatic Colors of #B0CF02
Black with #B0CF02
Text Example
Text Example
White with #B0CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF02; }
p { color: rgb(176,207,2); }
H1.HeaderClassName
{
color: #B0CF02;
}
.AnyTagClassName
{
color: #B0CF02;
}
</style>
background-color css
<style>
a { background-color: #B0CF02; }
a { background-color: rgb(176,207,2); }
div.DivClassName
{
background-color: #B0CF02;
}
.BgClassName
{
background-color: #B0CF02;
}
</style>
border-color css
<style>
span { border-color: #B0CF02; }
span { border-color: rgb(176,207,2); }
td.TdClassName
{
border-color: #B0CF02;
}
.TagClassName
{
border-color: #B0CF02;
}
</style>