Shades of La Rioja #B2C905
Tints of La Rioja #B2C905
RGB
CMYK
RGB Variations
Color information
#B2C905 (or 0xB2C905) is known color: La Rioja. HEX triplet: B2, C9 and 05. RGB value is (178,201,5). Sum of RGB (Red+Green+Blue) = 178+201+5=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C905 is #4D36FA. Grayscale: #ACACAC. Windows color (decimal): -5060347 or 379314. OLE color: 379314.
HSL color Cylindrical-coordinate representation of color #B2C905: hue angle of 67.04º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2C905 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.21 |
| HSL | 67.04º | 0.95% | 0.4% | - |
| HSV(B) | 67.04º | 0.98% | 0.79% | - |
| XYZ | 39.27 | 51.25 | 7.97 | - |
| YUV | 171.78 | 33.88 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 5 | 0.11 | 0 | 0.98 | 0.21 | 67.04 | 0.95 | 0.4 |
| Hex | B2 | C9 | 5 | B | 0 | 62 | 15 | 43 | 5F | 28 |
| Octal | 262 | 311 | 5 | 13 | 0 | 142 | 25 | 103 | 137 | 50 |
| Binary | 10110010 | 11001001 | 101 | 1011 | 0 | 1100010 | 10101 | 1000011 | 1011111 | 101000 |
Color Harmonies of #B2C905
Complementary color
Monochromatic Colors of #B2C905
Black with #B2C905
Text Example
Text Example
White with #B2C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C905; }
p { color: rgb(178,201,5); }
H1.HeaderClassName
{
color: #B2C905;
}
.AnyTagClassName
{
color: #B2C905;
}
</style>
background-color css
<style>
a { background-color: #B2C905; }
a { background-color: rgb(178,201,5); }
div.DivClassName
{
background-color: #B2C905;
}
.BgClassName
{
background-color: #B2C905;
}
</style>
border-color css
<style>
span { border-color: #B2C905; }
span { border-color: rgb(178,201,5); }
td.TdClassName
{
border-color: #B2C905;
}
.TagClassName
{
border-color: #B2C905;
}
</style>