Shades of La Rioja #B6C213
Tints of La Rioja #B6C213
RGB
CMYK
RGB Variations
Color information
#B6C213 (or 0xB6C213) is known color: La Rioja. HEX triplet: B6, C2 and 13. RGB value is (182,194,19). Sum of RGB (Red+Green+Blue) = 182+194+19=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C213 is #493DEC. Grayscale: #ABABAB. Windows color (decimal): -4799981 or 1295030. OLE color: 1295030.
HSL color Cylindrical-coordinate representation of color #B6C213: hue angle of 64.11º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6C213 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 19 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.24 |
| HSL | 64.11º | 0.82% | 0.42% | - |
| HSV(B) | 64.11º | 0.9% | 0.76% | - |
| XYZ | 38.7 | 48.58 | 7.95 | - |
| YUV | 170.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 19 | 0.06 | 0 | 0.90 | 0.24 | 64.11 | 0.82 | 0.42 |
| Hex | B6 | C2 | 13 | 6 | 0 | 5A | 18 | 40 | 52 | 2A |
| Octal | 266 | 302 | 23 | 6 | 0 | 132 | 30 | 100 | 122 | 52 |
| Binary | 10110110 | 11000010 | 10011 | 110 | 0 | 1011010 | 11000 | 1000000 | 1010010 | 101010 |
Color Harmonies of #B6C213
Complementary color
Monochromatic Colors of #B6C213
Black with #B6C213
Text Example
Text Example
White with #B6C213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C213; }
p { color: rgb(182,194,19); }
H1.HeaderClassName
{
color: #B6C213;
}
.AnyTagClassName
{
color: #B6C213;
}
</style>
background-color css
<style>
a { background-color: #B6C213; }
a { background-color: rgb(182,194,19); }
div.DivClassName
{
background-color: #B6C213;
}
.BgClassName
{
background-color: #B6C213;
}
</style>
border-color css
<style>
span { border-color: #B6C213; }
span { border-color: rgb(182,194,19); }
td.TdClassName
{
border-color: #B6C213;
}
.TagClassName
{
border-color: #B6C213;
}
</style>