Shades of La Rioja #B8C00D
Tints of La Rioja #B8C00D
RGB
CMYK
RGB Variations
Color information
#B8C00D (or 0xB8C00D) is known color: La Rioja. HEX triplet: B8, C0 and 0D. RGB value is (184,192,13). Sum of RGB (Red+Green+Blue) = 184+192+13=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C00D is #473FF2. Grayscale: #A9A9A9. Windows color (decimal): -4669427 or 901304. OLE color: 901304.
HSL color Cylindrical-coordinate representation of color #B8C00D: hue angle of 62.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8C00D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.25 |
| HSL | 62.68º | 0.87% | 0.4% | - |
| HSV(B) | 62.68º | 0.93% | 0.75% | - |
| XYZ | 38.69 | 47.92 | 7.59 | - |
| YUV | 169.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 13 | 0.04 | 0 | 0.93 | 0.25 | 62.68 | 0.87 | 0.4 |
| Hex | B8 | C0 | D | 4 | 0 | 5D | 19 | 3F | 57 | 28 |
| Octal | 270 | 300 | 15 | 4 | 0 | 135 | 31 | 77 | 127 | 50 |
| Binary | 10111000 | 11000000 | 1101 | 100 | 0 | 1011101 | 11001 | 111111 | 1010111 | 101000 |
Color Harmonies of #B8C00D
Complementary color
Monochromatic Colors of #B8C00D
Black with #B8C00D
Text Example
Text Example
White with #B8C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C00D; }
p { color: rgb(184,192,13); }
H1.HeaderClassName
{
color: #B8C00D;
}
.AnyTagClassName
{
color: #B8C00D;
}
</style>
background-color css
<style>
a { background-color: #B8C00D; }
a { background-color: rgb(184,192,13); }
div.DivClassName
{
background-color: #B8C00D;
}
.BgClassName
{
background-color: #B8C00D;
}
</style>
border-color css
<style>
span { border-color: #B8C00D; }
span { border-color: rgb(184,192,13); }
td.TdClassName
{
border-color: #B8C00D;
}
.TagClassName
{
border-color: #B8C00D;
}
</style>