Shades of La Rioja #B2B301
Tints of La Rioja #B2B301
RGB
CMYK
RGB Variations
Color information
#B2B301 (or 0xB2B301) is known color: La Rioja. HEX triplet: B2, B3 and 01. RGB value is (178,179,1). Sum of RGB (Red+Green+Blue) = 178+179+1=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B301 is #4D4CFE. Grayscale: #9F9F9F. Windows color (decimal): -5065983 or 111538. OLE color: 111538.
HSL color Cylindrical-coordinate representation of color #B2B301: hue angle of 60.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2B301 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.30 |
| HSL | 60.34º | 0.99% | 0.35% | - |
| HSV(B) | 60.34º | 0.99% | 0.7% | - |
| XYZ | 34.49 | 41.71 | 6.26 | - |
| YUV | 158.41 | 39.17 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 1 | 0.01 | 0 | 0.99 | 0.30 | 60.34 | 0.99 | 0.35 |
| Hex | B2 | B3 | 1 | 1 | 0 | 63 | 1E | 3C | 63 | 23 |
| Octal | 262 | 263 | 1 | 1 | 0 | 143 | 36 | 74 | 143 | 43 |
| Binary | 10110010 | 10110011 | 1 | 1 | 0 | 1100011 | 11110 | 111100 | 1100011 | 100011 |
Color Harmonies of #B2B301
Complementary color
Monochromatic Colors of #B2B301
Black with #B2B301
Text Example
Text Example
White with #B2B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B301; }
p { color: rgb(178,179,1); }
H1.HeaderClassName
{
color: #B2B301;
}
.AnyTagClassName
{
color: #B2B301;
}
</style>
background-color css
<style>
a { background-color: #B2B301; }
a { background-color: rgb(178,179,1); }
div.DivClassName
{
background-color: #B2B301;
}
.BgClassName
{
background-color: #B2B301;
}
</style>
border-color css
<style>
span { border-color: #B2B301; }
span { border-color: rgb(178,179,1); }
td.TdClassName
{
border-color: #B2B301;
}
.TagClassName
{
border-color: #B2B301;
}
</style>