Shades of La Rioja #B2C307
Tints of La Rioja #B2C307
RGB
CMYK
RGB Variations
Color information
#B2C307 (or 0xB2C307) is known color: La Rioja. HEX triplet: B2, C3 and 07. RGB value is (178,195,7). Sum of RGB (Red+Green+Blue) = 178+195+7=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C307 is #4D3CF8. Grayscale: #A9A9A9. Windows color (decimal): -5061881 or 508850. OLE color: 508850.
HSL color Cylindrical-coordinate representation of color #B2C307: hue angle of 65.43º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2C307 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 7 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.24 |
| HSL | 65.43º | 0.93% | 0.4% | - |
| HSV(B) | 65.43º | 0.96% | 0.76% | - |
| XYZ | 37.91 | 48.51 | 7.57 | - |
| YUV | 168.49 | 36.87 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 7 | 0.09 | 0 | 0.96 | 0.24 | 65.43 | 0.93 | 0.4 |
| Hex | B2 | C3 | 7 | 9 | 0 | 60 | 18 | 41 | 5D | 28 |
| Octal | 262 | 303 | 7 | 11 | 0 | 140 | 30 | 101 | 135 | 50 |
| Binary | 10110010 | 11000011 | 111 | 1001 | 0 | 1100000 | 11000 | 1000001 | 1011101 | 101000 |
Color Harmonies of #B2C307
Complementary color
Monochromatic Colors of #B2C307
Black with #B2C307
Text Example
Text Example
White with #B2C307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C307; }
p { color: rgb(178,195,7); }
H1.HeaderClassName
{
color: #B2C307;
}
.AnyTagClassName
{
color: #B2C307;
}
</style>
background-color css
<style>
a { background-color: #B2C307; }
a { background-color: rgb(178,195,7); }
div.DivClassName
{
background-color: #B2C307;
}
.BgClassName
{
background-color: #B2C307;
}
</style>
border-color css
<style>
span { border-color: #B2C307; }
span { border-color: rgb(178,195,7); }
td.TdClassName
{
border-color: #B2C307;
}
.TagClassName
{
border-color: #B2C307;
}
</style>