Shades of La Rioja #B0C30C
Tints of La Rioja #B0C30C
RGB
CMYK
RGB Variations
Color information
#B0C30C (or 0xB0C30C) is known color: La Rioja. HEX triplet: B0, C3 and 0C. RGB value is (176,195,12). Sum of RGB (Red+Green+Blue) = 176+195+12=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C30C is #4F3CF3. Grayscale: #A9A9A9. Windows color (decimal): -5192948 or 836528. OLE color: 836528.
HSL color Cylindrical-coordinate representation of color #B0C30C: hue angle of 66.23º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0C30C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.24 |
| HSL | 66.23º | 0.88% | 0.41% | - |
| HSV(B) | 66.23º | 0.94% | 0.76% | - |
| XYZ | 37.49 | 48.29 | 7.69 | - |
| YUV | 168.46 | 39.71 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 12 | 0.10 | 0 | 0.94 | 0.24 | 66.23 | 0.88 | 0.41 |
| Hex | B0 | C3 | C | A | 0 | 5E | 18 | 42 | 58 | 29 |
| Octal | 260 | 303 | 14 | 12 | 0 | 136 | 30 | 102 | 130 | 51 |
| Binary | 10110000 | 11000011 | 1100 | 1010 | 0 | 1011110 | 11000 | 1000010 | 1011000 | 101001 |
Color Harmonies of #B0C30C
Complementary color
Monochromatic Colors of #B0C30C
Black with #B0C30C
Text Example
Text Example
White with #B0C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C30C; }
p { color: rgb(176,195,12); }
H1.HeaderClassName
{
color: #B0C30C;
}
.AnyTagClassName
{
color: #B0C30C;
}
</style>
background-color css
<style>
a { background-color: #B0C30C; }
a { background-color: rgb(176,195,12); }
div.DivClassName
{
background-color: #B0C30C;
}
.BgClassName
{
background-color: #B0C30C;
}
</style>
border-color css
<style>
span { border-color: #B0C30C; }
span { border-color: rgb(176,195,12); }
td.TdClassName
{
border-color: #B0C30C;
}
.TagClassName
{
border-color: #B0C30C;
}
</style>