Shades of La Rioja #B8D308
Tints of La Rioja #B8D308
RGB
CMYK
RGB Variations
Color information
#B8D308 (or 0xB8D308) is known color: La Rioja. HEX triplet: B8, D3 and 08. RGB value is (184,211,8). Sum of RGB (Red+Green+Blue) = 184+211+8=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D308 is #472CF7. Grayscale: #B4B4B4. Windows color (decimal): -4664568 or 578488. OLE color: 578488.
HSL color Cylindrical-coordinate representation of color #B8D308: hue angle of 67.98º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8D308 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.17 |
| HSL | 67.98º | 0.93% | 0.43% | - |
| HSV(B) | 67.98º | 0.96% | 0.83% | - |
| XYZ | 43.11 | 56.8 | 8.92 | - |
| YUV | 179.79 | 31.05 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 8 | 0.13 | 0 | 0.96 | 0.17 | 67.98 | 0.93 | 0.43 |
| Hex | B8 | D3 | 8 | D | 0 | 60 | 11 | 44 | 5D | 2B |
| Octal | 270 | 323 | 10 | 15 | 0 | 140 | 21 | 104 | 135 | 53 |
| Binary | 10111000 | 11010011 | 1000 | 1101 | 0 | 1100000 | 10001 | 1000100 | 1011101 | 101011 |
Color Harmonies of #B8D308
Complementary color
Monochromatic Colors of #B8D308
Black with #B8D308
Text Example
Text Example
White with #B8D308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D308; }
p { color: rgb(184,211,8); }
H1.HeaderClassName
{
color: #B8D308;
}
.AnyTagClassName
{
color: #B8D308;
}
</style>
background-color css
<style>
a { background-color: #B8D308; }
a { background-color: rgb(184,211,8); }
div.DivClassName
{
background-color: #B8D308;
}
.BgClassName
{
background-color: #B8D308;
}
</style>
border-color css
<style>
span { border-color: #B8D308; }
span { border-color: rgb(184,211,8); }
td.TdClassName
{
border-color: #B8D308;
}
.TagClassName
{
border-color: #B8D308;
}
</style>