Shades of La Rioja #B2C609
Tints of La Rioja #B2C609
RGB
CMYK
RGB Variations
Color information
#B2C609 (or 0xB2C609) is known color: La Rioja. HEX triplet: B2, C6 and 09. RGB value is (178,198,9). Sum of RGB (Red+Green+Blue) = 178+198+9=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C609 is #4D39F6. Grayscale: #ABABAB. Windows color (decimal): -5061111 or 640690. OLE color: 640690.
HSL color Cylindrical-coordinate representation of color #B2C609: hue angle of 66.35º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2C609 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 9 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.22 |
| HSL | 66.35º | 0.91% | 0.41% | - |
| HSV(B) | 66.35º | 0.95% | 0.78% | - |
| XYZ | 38.6 | 49.87 | 7.85 | - |
| YUV | 170.47 | 36.87 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 9 | 0.10 | 0 | 0.95 | 0.22 | 66.35 | 0.91 | 0.41 |
| Hex | B2 | C6 | 9 | A | 0 | 5F | 16 | 42 | 5B | 29 |
| Octal | 262 | 306 | 11 | 12 | 0 | 137 | 26 | 102 | 133 | 51 |
| Binary | 10110010 | 11000110 | 1001 | 1010 | 0 | 1011111 | 10110 | 1000010 | 1011011 | 101001 |
Color Harmonies of #B2C609
Complementary color
Monochromatic Colors of #B2C609
Black with #B2C609
Text Example
Text Example
White with #B2C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C609; }
p { color: rgb(178,198,9); }
H1.HeaderClassName
{
color: #B2C609;
}
.AnyTagClassName
{
color: #B2C609;
}
</style>
background-color css
<style>
a { background-color: #B2C609; }
a { background-color: rgb(178,198,9); }
div.DivClassName
{
background-color: #B2C609;
}
.BgClassName
{
background-color: #B2C609;
}
</style>
border-color css
<style>
span { border-color: #B2C609; }
span { border-color: rgb(178,198,9); }
td.TdClassName
{
border-color: #B2C609;
}
.TagClassName
{
border-color: #B2C609;
}
</style>