Shades of La Rioja #B3C808
Tints of La Rioja #B3C808
RGB
CMYK
RGB Variations
Color information
#B3C808 (or 0xB3C808) is known color: La Rioja. HEX triplet: B3, C8 and 08. RGB value is (179,200,8). Sum of RGB (Red+Green+Blue) = 179+200+8=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C808 is #4C37F7. Grayscale: #ACACAC. Windows color (decimal): -4995064 or 575667. OLE color: 575667.
HSL color Cylindrical-coordinate representation of color #B3C808: hue angle of 66.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3C808 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.22 |
| HSL | 66.56º | 0.92% | 0.41% | - |
| HSV(B) | 66.56º | 0.96% | 0.78% | - |
| XYZ | 39.29 | 50.91 | 7.99 | - |
| YUV | 171.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 8 | 0.10 | 0 | 0.96 | 0.22 | 66.56 | 0.92 | 0.41 |
| Hex | B3 | C8 | 8 | A | 0 | 60 | 16 | 43 | 5C | 29 |
| Octal | 263 | 310 | 10 | 12 | 0 | 140 | 26 | 103 | 134 | 51 |
| Binary | 10110011 | 11001000 | 1000 | 1010 | 0 | 1100000 | 10110 | 1000011 | 1011100 | 101001 |
Color Harmonies of #B3C808
Complementary color
Monochromatic Colors of #B3C808
Black with #B3C808
Text Example
Text Example
White with #B3C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C808; }
p { color: rgb(179,200,8); }
H1.HeaderClassName
{
color: #B3C808;
}
.AnyTagClassName
{
color: #B3C808;
}
</style>
background-color css
<style>
a { background-color: #B3C808; }
a { background-color: rgb(179,200,8); }
div.DivClassName
{
background-color: #B3C808;
}
.BgClassName
{
background-color: #B3C808;
}
</style>
border-color css
<style>
span { border-color: #B3C808; }
span { border-color: rgb(179,200,8); }
td.TdClassName
{
border-color: #B3C808;
}
.TagClassName
{
border-color: #B3C808;
}
</style>