Shades of La Rioja #B1C30F
Tints of La Rioja #B1C30F
RGB
CMYK
RGB Variations
Color information
#B1C30F (or 0xB1C30F) is known color: La Rioja. HEX triplet: B1, C3 and 0F. RGB value is (177,195,15). Sum of RGB (Red+Green+Blue) = 177+195+15=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C30F is #4E3CF0. Grayscale: #A9A9A9. Windows color (decimal): -5127409 or 1033137. OLE color: 1033137.
HSL color Cylindrical-coordinate representation of color #B1C30F: hue angle of 66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1C30F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 15 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.24 |
| HSL | 66º | 0.86% | 0.41% | - |
| HSV(B) | 66º | 0.92% | 0.76% | - |
| XYZ | 37.73 | 48.41 | 7.81 | - |
| YUV | 169.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 15 | 0.09 | 0 | 0.92 | 0.24 | 66 | 0.86 | 0.41 |
| Hex | B1 | C3 | F | 9 | 0 | 5C | 18 | 42 | 56 | 29 |
| Octal | 261 | 303 | 17 | 11 | 0 | 134 | 30 | 102 | 126 | 51 |
| Binary | 10110001 | 11000011 | 1111 | 1001 | 0 | 1011100 | 11000 | 1000010 | 1010110 | 101001 |
Color Harmonies of #B1C30F
Complementary color
Monochromatic Colors of #B1C30F
Black with #B1C30F
Text Example
Text Example
White with #B1C30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C30F; }
p { color: rgb(177,195,15); }
H1.HeaderClassName
{
color: #B1C30F;
}
.AnyTagClassName
{
color: #B1C30F;
}
</style>
background-color css
<style>
a { background-color: #B1C30F; }
a { background-color: rgb(177,195,15); }
div.DivClassName
{
background-color: #B1C30F;
}
.BgClassName
{
background-color: #B1C30F;
}
</style>
border-color css
<style>
span { border-color: #B1C30F; }
span { border-color: rgb(177,195,15); }
td.TdClassName
{
border-color: #B1C30F;
}
.TagClassName
{
border-color: #B1C30F;
}
</style>