Shades of La Rioja #B4D008
Tints of La Rioja #B4D008
RGB
CMYK
RGB Variations
Color information
#B4D008 (or 0xB4D008) is known color: La Rioja. HEX triplet: B4, D0 and 08. RGB value is (180,208,8). Sum of RGB (Red+Green+Blue) = 180+208+8=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D008 is #4B2FF7. Grayscale: #B1B1B1. Windows color (decimal): -4927480 or 577716. OLE color: 577716.
HSL color Cylindrical-coordinate representation of color #B4D008: hue angle of 68.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4D008 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.18 |
| HSL | 68.4º | 0.93% | 0.42% | - |
| HSV(B) | 68.4º | 0.96% | 0.82% | - |
| XYZ | 41.42 | 54.83 | 8.63 | - |
| YUV | 176.83 | 32.72 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 8 | 0.13 | 0 | 0.96 | 0.18 | 68.4 | 0.93 | 0.42 |
| Hex | B4 | D0 | 8 | D | 0 | 60 | 12 | 44 | 5D | 2A |
| Octal | 264 | 320 | 10 | 15 | 0 | 140 | 22 | 104 | 135 | 52 |
| Binary | 10110100 | 11010000 | 1000 | 1101 | 0 | 1100000 | 10010 | 1000100 | 1011101 | 101010 |
Color Harmonies of #B4D008
Complementary color
Monochromatic Colors of #B4D008
Black with #B4D008
Text Example
Text Example
White with #B4D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D008; }
p { color: rgb(180,208,8); }
H1.HeaderClassName
{
color: #B4D008;
}
.AnyTagClassName
{
color: #B4D008;
}
</style>
background-color css
<style>
a { background-color: #B4D008; }
a { background-color: rgb(180,208,8); }
div.DivClassName
{
background-color: #B4D008;
}
.BgClassName
{
background-color: #B4D008;
}
</style>
border-color css
<style>
span { border-color: #B4D008; }
span { border-color: rgb(180,208,8); }
td.TdClassName
{
border-color: #B4D008;
}
.TagClassName
{
border-color: #B4D008;
}
</style>