Shades of La Rioja #B2C209
Tints of La Rioja #B2C209
RGB
CMYK
RGB Variations
Color information
#B2C209 (or 0xB2C209) is known color: La Rioja. HEX triplet: B2, C2 and 09. RGB value is (178,194,9). Sum of RGB (Red+Green+Blue) = 178+194+9=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C209 is #4D3DF6. Grayscale: #A8A8A8. Windows color (decimal): -5062135 or 639666. OLE color: 639666.
HSL color Cylindrical-coordinate representation of color #B2C209: hue angle of 65.19º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2C209 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 9 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.24 |
| HSL | 65.19º | 0.91% | 0.4% | - |
| HSV(B) | 65.19º | 0.95% | 0.76% | - |
| XYZ | 37.7 | 48.07 | 7.55 | - |
| YUV | 168.13 | 38.2 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 9 | 0.08 | 0 | 0.95 | 0.24 | 65.19 | 0.91 | 0.4 |
| Hex | B2 | C2 | 9 | 8 | 0 | 5F | 18 | 41 | 5B | 28 |
| Octal | 262 | 302 | 11 | 10 | 0 | 137 | 30 | 101 | 133 | 50 |
| Binary | 10110010 | 11000010 | 1001 | 1000 | 0 | 1011111 | 11000 | 1000001 | 1011011 | 101000 |
Color Harmonies of #B2C209
Complementary color
Monochromatic Colors of #B2C209
Black with #B2C209
Text Example
Text Example
White with #B2C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C209; }
p { color: rgb(178,194,9); }
H1.HeaderClassName
{
color: #B2C209;
}
.AnyTagClassName
{
color: #B2C209;
}
</style>
background-color css
<style>
a { background-color: #B2C209; }
a { background-color: rgb(178,194,9); }
div.DivClassName
{
background-color: #B2C209;
}
.BgClassName
{
background-color: #B2C209;
}
</style>
border-color css
<style>
span { border-color: #B2C209; }
span { border-color: rgb(178,194,9); }
td.TdClassName
{
border-color: #B2C209;
}
.TagClassName
{
border-color: #B2C209;
}
</style>