Shades of La Rioja #B2C009
Tints of La Rioja #B2C009
RGB
CMYK
RGB Variations
Color information
#B2C009 (or 0xB2C009) is known color: La Rioja. HEX triplet: B2, C0 and 09. RGB value is (178,192,9). Sum of RGB (Red+Green+Blue) = 178+192+9=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C009 is #4D3FF6. Grayscale: #A7A7A7. Windows color (decimal): -5062647 or 639154. OLE color: 639154.
HSL color Cylindrical-coordinate representation of color #B2C009: hue angle of 64.59º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2C009 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 9 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.25 |
| HSL | 64.59º | 0.91% | 0.39% | - |
| HSV(B) | 64.59º | 0.95% | 0.75% | - |
| XYZ | 37.26 | 47.18 | 7.4 | - |
| YUV | 166.95 | 38.86 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 9 | 0.07 | 0 | 0.95 | 0.25 | 64.59 | 0.91 | 0.39 |
| Hex | B2 | C0 | 9 | 7 | 0 | 5F | 19 | 41 | 5B | 27 |
| Octal | 262 | 300 | 11 | 7 | 0 | 137 | 31 | 101 | 133 | 47 |
| Binary | 10110010 | 11000000 | 1001 | 111 | 0 | 1011111 | 11001 | 1000001 | 1011011 | 100111 |
Color Harmonies of #B2C009
Complementary color
Monochromatic Colors of #B2C009
Black with #B2C009
Text Example
Text Example
White with #B2C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C009; }
p { color: rgb(178,192,9); }
H1.HeaderClassName
{
color: #B2C009;
}
.AnyTagClassName
{
color: #B2C009;
}
</style>
background-color css
<style>
a { background-color: #B2C009; }
a { background-color: rgb(178,192,9); }
div.DivClassName
{
background-color: #B2C009;
}
.BgClassName
{
background-color: #B2C009;
}
</style>
border-color css
<style>
span { border-color: #B2C009; }
span { border-color: rgb(178,192,9); }
td.TdClassName
{
border-color: #B2C009;
}
.TagClassName
{
border-color: #B2C009;
}
</style>