Shades of La Rioja #B7C008
Tints of La Rioja #B7C008
RGB
CMYK
RGB Variations
Color information
#B7C008 (or 0xB7C008) is known color: La Rioja. HEX triplet: B7, C0 and 08. RGB value is (183,192,8). Sum of RGB (Red+Green+Blue) = 183+192+8=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C008 is #483FF7. Grayscale: #A9A9A9. Windows color (decimal): -4734968 or 573623. OLE color: 573623.
HSL color Cylindrical-coordinate representation of color #B7C008: hue angle of 62.93º 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 #B7C008 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.25 |
| HSL | 62.93º | 0.92% | 0.39% | - |
| HSV(B) | 62.93º | 0.96% | 0.75% | - |
| XYZ | 38.42 | 47.78 | 7.43 | - |
| YUV | 168.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 8 | 0.05 | 0 | 0.96 | 0.25 | 62.93 | 0.92 | 0.39 |
| Hex | B7 | C0 | 8 | 5 | 0 | 60 | 19 | 3F | 5C | 27 |
| Octal | 267 | 300 | 10 | 5 | 0 | 140 | 31 | 77 | 134 | 47 |
| Binary | 10110111 | 11000000 | 1000 | 101 | 0 | 1100000 | 11001 | 111111 | 1011100 | 100111 |
Color Harmonies of #B7C008
Complementary color
Monochromatic Colors of #B7C008
Black with #B7C008
Text Example
Text Example
White with #B7C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C008; }
p { color: rgb(183,192,8); }
H1.HeaderClassName
{
color: #B7C008;
}
.AnyTagClassName
{
color: #B7C008;
}
</style>
background-color css
<style>
a { background-color: #B7C008; }
a { background-color: rgb(183,192,8); }
div.DivClassName
{
background-color: #B7C008;
}
.BgClassName
{
background-color: #B7C008;
}
</style>
border-color css
<style>
span { border-color: #B7C008; }
span { border-color: rgb(183,192,8); }
td.TdClassName
{
border-color: #B7C008;
}
.TagClassName
{
border-color: #B7C008;
}
</style>