Shades of La Rioja #B3C307
Tints of La Rioja #B3C307
RGB
CMYK
RGB Variations
Color information
#B3C307 (or 0xB3C307) is known color: La Rioja. HEX triplet: B3, C3 and 07. RGB value is (179,195,7). Sum of RGB (Red+Green+Blue) = 179+195+7=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C307 is #4C3CF8. Grayscale: #A9A9A9. Windows color (decimal): -4996345 or 508851. OLE color: 508851.
HSL color Cylindrical-coordinate representation of color #B3C307: hue angle of 65.11º 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 #B3C307 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 7 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.24 |
| HSL | 65.11º | 0.93% | 0.4% | - |
| HSV(B) | 65.11º | 0.96% | 0.76% | - |
| XYZ | 38.14 | 48.63 | 7.58 | - |
| YUV | 168.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 7 | 0.08 | 0 | 0.96 | 0.24 | 65.11 | 0.93 | 0.4 |
| Hex | B3 | C3 | 7 | 8 | 0 | 60 | 18 | 41 | 5D | 28 |
| Octal | 263 | 303 | 7 | 10 | 0 | 140 | 30 | 101 | 135 | 50 |
| Binary | 10110011 | 11000011 | 111 | 1000 | 0 | 1100000 | 11000 | 1000001 | 1011101 | 101000 |
Color Harmonies of #B3C307
Complementary color
Monochromatic Colors of #B3C307
Black with #B3C307
Text Example
Text Example
White with #B3C307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C307; }
p { color: rgb(179,195,7); }
H1.HeaderClassName
{
color: #B3C307;
}
.AnyTagClassName
{
color: #B3C307;
}
</style>
background-color css
<style>
a { background-color: #B3C307; }
a { background-color: rgb(179,195,7); }
div.DivClassName
{
background-color: #B3C307;
}
.BgClassName
{
background-color: #B3C307;
}
</style>
border-color css
<style>
span { border-color: #B3C307; }
span { border-color: rgb(179,195,7); }
td.TdClassName
{
border-color: #B3C307;
}
.TagClassName
{
border-color: #B3C307;
}
</style>