Shades of La Rioja #B1C60D
Tints of La Rioja #B1C60D
RGB
CMYK
RGB Variations
Color information
#B1C60D (or 0xB1C60D) is known color: La Rioja. HEX triplet: B1, C6 and 0D. RGB value is (177,198,13). Sum of RGB (Red+Green+Blue) = 177+198+13=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C60D is #4E39F2. Grayscale: #ABABAB. Windows color (decimal): -5126643 or 902833. OLE color: 902833.
HSL color Cylindrical-coordinate representation of color #B1C60D: hue angle of 66.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1C60D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.22 |
| HSL | 66.81º | 0.88% | 0.41% | - |
| HSV(B) | 66.81º | 0.93% | 0.78% | - |
| XYZ | 38.4 | 49.76 | 7.96 | - |
| YUV | 170.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 13 | 0.11 | 0 | 0.93 | 0.22 | 66.81 | 0.88 | 0.41 |
| Hex | B1 | C6 | D | B | 0 | 5D | 16 | 43 | 58 | 29 |
| Octal | 261 | 306 | 15 | 13 | 0 | 135 | 26 | 103 | 130 | 51 |
| Binary | 10110001 | 11000110 | 1101 | 1011 | 0 | 1011101 | 10110 | 1000011 | 1011000 | 101001 |
Color Harmonies of #B1C60D
Complementary color
Monochromatic Colors of #B1C60D
Black with #B1C60D
Text Example
Text Example
White with #B1C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C60D; }
p { color: rgb(177,198,13); }
H1.HeaderClassName
{
color: #B1C60D;
}
.AnyTagClassName
{
color: #B1C60D;
}
</style>
background-color css
<style>
a { background-color: #B1C60D; }
a { background-color: rgb(177,198,13); }
div.DivClassName
{
background-color: #B1C60D;
}
.BgClassName
{
background-color: #B1C60D;
}
</style>
border-color css
<style>
span { border-color: #B1C60D; }
span { border-color: rgb(177,198,13); }
td.TdClassName
{
border-color: #B1C60D;
}
.TagClassName
{
border-color: #B1C60D;
}
</style>