Shades of La Rioja #B2C709
Tints of La Rioja #B2C709
RGB
CMYK
RGB Variations
Color information
#B2C709 (or 0xB2C709) is known color: La Rioja. HEX triplet: B2, C7 and 09. RGB value is (178,199,9). Sum of RGB (Red+Green+Blue) = 178+199+9=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C709 is #4D38F6. Grayscale: #ABABAB. Windows color (decimal): -5060855 or 640946. OLE color: 640946.
HSL color Cylindrical-coordinate representation of color #B2C709: hue angle of 66.63º 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 #B2C709 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 9 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.22 |
| HSL | 66.63º | 0.91% | 0.41% | - |
| HSV(B) | 66.63º | 0.95% | 0.78% | - |
| XYZ | 38.83 | 50.33 | 7.93 | - |
| YUV | 171.06 | 36.54 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 9 | 0.11 | 0 | 0.95 | 0.22 | 66.63 | 0.91 | 0.41 |
| Hex | B2 | C7 | 9 | B | 0 | 5F | 16 | 43 | 5B | 29 |
| Octal | 262 | 307 | 11 | 13 | 0 | 137 | 26 | 103 | 133 | 51 |
| Binary | 10110010 | 11000111 | 1001 | 1011 | 0 | 1011111 | 10110 | 1000011 | 1011011 | 101001 |
Color Harmonies of #B2C709
Complementary color
Monochromatic Colors of #B2C709
Black with #B2C709
Text Example
Text Example
White with #B2C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C709; }
p { color: rgb(178,199,9); }
H1.HeaderClassName
{
color: #B2C709;
}
.AnyTagClassName
{
color: #B2C709;
}
</style>
background-color css
<style>
a { background-color: #B2C709; }
a { background-color: rgb(178,199,9); }
div.DivClassName
{
background-color: #B2C709;
}
.BgClassName
{
background-color: #B2C709;
}
</style>
border-color css
<style>
span { border-color: #B2C709; }
span { border-color: rgb(178,199,9); }
td.TdClassName
{
border-color: #B2C709;
}
.TagClassName
{
border-color: #B2C709;
}
</style>