Shades of La Rioja #B3C008
Tints of La Rioja #B3C008
RGB
CMYK
RGB Variations
Color information
#B3C008 (or 0xB3C008) is known color: La Rioja. HEX triplet: B3, C0 and 08. RGB value is (179,192,8). Sum of RGB (Red+Green+Blue) = 179+192+8=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C008 is #4C3FF7. Grayscale: #A7A7A7. Windows color (decimal): -4997112 or 573619. OLE color: 573619.
HSL color Cylindrical-coordinate representation of color #B3C008: hue angle of 64.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3C008 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.25 |
| HSL | 64.24º | 0.92% | 0.39% | - |
| HSV(B) | 64.24º | 0.96% | 0.75% | - |
| XYZ | 37.48 | 47.3 | 7.38 | - |
| YUV | 167.14 | 38.19 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 8 | 0.07 | 0 | 0.96 | 0.25 | 64.24 | 0.92 | 0.39 |
| Hex | B3 | C0 | 8 | 7 | 0 | 60 | 19 | 40 | 5C | 27 |
| Octal | 263 | 300 | 10 | 7 | 0 | 140 | 31 | 100 | 134 | 47 |
| Binary | 10110011 | 11000000 | 1000 | 111 | 0 | 1100000 | 11001 | 1000000 | 1011100 | 100111 |
Color Harmonies of #B3C008
Complementary color
Monochromatic Colors of #B3C008
Black with #B3C008
Text Example
Text Example
White with #B3C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C008; }
p { color: rgb(179,192,8); }
H1.HeaderClassName
{
color: #B3C008;
}
.AnyTagClassName
{
color: #B3C008;
}
</style>
background-color css
<style>
a { background-color: #B3C008; }
a { background-color: rgb(179,192,8); }
div.DivClassName
{
background-color: #B3C008;
}
.BgClassName
{
background-color: #B3C008;
}
</style>
border-color css
<style>
span { border-color: #B3C008; }
span { border-color: rgb(179,192,8); }
td.TdClassName
{
border-color: #B3C008;
}
.TagClassName
{
border-color: #B3C008;
}
</style>