Shades of La Rioja #B2BC09
Tints of La Rioja #B2BC09
RGB
CMYK
RGB Variations
Color information
#B2BC09 (or 0xB2BC09) is known color: La Rioja. HEX triplet: B2, BC and 09. RGB value is (178,188,9). Sum of RGB (Red+Green+Blue) = 178+188+9=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC09 is #4D43F6. Grayscale: #A5A5A5. Windows color (decimal): -5063671 or 638130. OLE color: 638130.
HSL color Cylindrical-coordinate representation of color #B2BC09: hue angle of 63.35º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2BC09 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 9 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.26 |
| HSL | 63.35º | 0.91% | 0.39% | - |
| HSV(B) | 63.35º | 0.95% | 0.74% | - |
| XYZ | 36.39 | 45.45 | 7.11 | - |
| YUV | 164.6 | 40.19 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 9 | 0.05 | 0 | 0.95 | 0.26 | 63.35 | 0.91 | 0.39 |
| Hex | B2 | BC | 9 | 5 | 0 | 5F | 1A | 3F | 5B | 27 |
| Octal | 262 | 274 | 11 | 5 | 0 | 137 | 32 | 77 | 133 | 47 |
| Binary | 10110010 | 10111100 | 1001 | 101 | 0 | 1011111 | 11010 | 111111 | 1011011 | 100111 |
Color Harmonies of #B2BC09
Complementary color
Monochromatic Colors of #B2BC09
Black with #B2BC09
Text Example
Text Example
White with #B2BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC09; }
p { color: rgb(178,188,9); }
H1.HeaderClassName
{
color: #B2BC09;
}
.AnyTagClassName
{
color: #B2BC09;
}
</style>
background-color css
<style>
a { background-color: #B2BC09; }
a { background-color: rgb(178,188,9); }
div.DivClassName
{
background-color: #B2BC09;
}
.BgClassName
{
background-color: #B2BC09;
}
</style>
border-color css
<style>
span { border-color: #B2BC09; }
span { border-color: rgb(178,188,9); }
td.TdClassName
{
border-color: #B2BC09;
}
.TagClassName
{
border-color: #B2BC09;
}
</style>