Shades of La Rioja #B2C90B
Tints of La Rioja #B2C90B
RGB
CMYK
RGB Variations
Color information
#B2C90B (or 0xB2C90B) is known color: La Rioja. HEX triplet: B2, C9 and 0B. RGB value is (178,201,11). Sum of RGB (Red+Green+Blue) = 178+201+11=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C90B is #4D36F4. Grayscale: #ADADAD. Windows color (decimal): -5060341 or 772530. OLE color: 772530.
HSL color Cylindrical-coordinate representation of color #B2C90B: hue angle of 67.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2C90B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.21 |
| HSL | 67.26º | 0.9% | 0.42% | - |
| HSV(B) | 67.26º | 0.95% | 0.79% | - |
| XYZ | 39.31 | 51.26 | 8.14 | - |
| YUV | 172.46 | 36.88 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 11 | 0.11 | 0 | 0.95 | 0.21 | 67.26 | 0.9 | 0.42 |
| Hex | B2 | C9 | B | B | 0 | 5F | 15 | 43 | 5A | 2A |
| Octal | 262 | 311 | 13 | 13 | 0 | 137 | 25 | 103 | 132 | 52 |
| Binary | 10110010 | 11001001 | 1011 | 1011 | 0 | 1011111 | 10101 | 1000011 | 1011010 | 101010 |
Color Harmonies of #B2C90B
Complementary color
Monochromatic Colors of #B2C90B
Black with #B2C90B
Text Example
Text Example
White with #B2C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C90B; }
p { color: rgb(178,201,11); }
H1.HeaderClassName
{
color: #B2C90B;
}
.AnyTagClassName
{
color: #B2C90B;
}
</style>
background-color css
<style>
a { background-color: #B2C90B; }
a { background-color: rgb(178,201,11); }
div.DivClassName
{
background-color: #B2C90B;
}
.BgClassName
{
background-color: #B2C90B;
}
</style>
border-color css
<style>
span { border-color: #B2C90B; }
span { border-color: rgb(178,201,11); }
td.TdClassName
{
border-color: #B2C90B;
}
.TagClassName
{
border-color: #B2C90B;
}
</style>