Shades of La Rioja #B0CC04
Tints of La Rioja #B0CC04
RGB
CMYK
RGB Variations
Color information
#B0CC04 (or 0xB0CC04) is known color: La Rioja. HEX triplet: B0, CC and 04. RGB value is (176,204,4). Sum of RGB (Red+Green+Blue) = 176+204+4=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CC04 is #4F33FB. Grayscale: #ADADAD. Windows color (decimal): -5190652 or 314544. OLE color: 314544.
HSL color Cylindrical-coordinate representation of color #B0CC04: hue angle of 68.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0CC04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.2 |
| HSL | 68.4º | 0.96% | 0.41% | - |
| HSV(B) | 68.4º | 0.98% | 0.8% | - |
| XYZ | 39.52 | 52.42 | 8.15 | - |
| YUV | 172.83 | 32.72 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 4 | 0.14 | 0 | 0.98 | 0.2 | 68.4 | 0.96 | 0.41 |
| Hex | B0 | CC | 4 | E | 0 | 62 | 14 | 44 | 60 | 29 |
| Octal | 260 | 314 | 4 | 16 | 0 | 142 | 24 | 104 | 140 | 51 |
| Binary | 10110000 | 11001100 | 100 | 1110 | 0 | 1100010 | 10100 | 1000100 | 1100000 | 101001 |
Color Harmonies of #B0CC04
Complementary color
Monochromatic Colors of #B0CC04
Black with #B0CC04
Text Example
Text Example
White with #B0CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC04; }
p { color: rgb(176,204,4); }
H1.HeaderClassName
{
color: #B0CC04;
}
.AnyTagClassName
{
color: #B0CC04;
}
</style>
background-color css
<style>
a { background-color: #B0CC04; }
a { background-color: rgb(176,204,4); }
div.DivClassName
{
background-color: #B0CC04;
}
.BgClassName
{
background-color: #B0CC04;
}
</style>
border-color css
<style>
span { border-color: #B0CC04; }
span { border-color: rgb(176,204,4); }
td.TdClassName
{
border-color: #B0CC04;
}
.TagClassName
{
border-color: #B0CC04;
}
</style>