Shades of La Rioja #B4D006
Tints of La Rioja #B4D006
RGB
CMYK
RGB Variations
Color information
#B4D006 (or 0xB4D006) is known color: La Rioja. HEX triplet: B4, D0 and 06. RGB value is (180,208,6). Sum of RGB (Red+Green+Blue) = 180+208+6=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D006 is #4B2FF9. Grayscale: #B1B1B1. Windows color (decimal): -4927482 or 446644. OLE color: 446644.
HSL color Cylindrical-coordinate representation of color #B4D006: hue angle of 68.32º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4D006 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.18 |
| HSL | 68.32º | 0.94% | 0.42% | - |
| HSV(B) | 68.32º | 0.97% | 0.82% | - |
| XYZ | 41.41 | 54.83 | 8.57 | - |
| YUV | 176.6 | 31.72 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 6 | 0.13 | 0 | 0.97 | 0.18 | 68.32 | 0.94 | 0.42 |
| Hex | B4 | D0 | 6 | D | 0 | 61 | 12 | 44 | 5E | 2A |
| Octal | 264 | 320 | 6 | 15 | 0 | 141 | 22 | 104 | 136 | 52 |
| Binary | 10110100 | 11010000 | 110 | 1101 | 0 | 1100001 | 10010 | 1000100 | 1011110 | 101010 |
Color Harmonies of #B4D006
Complementary color
Monochromatic Colors of #B4D006
Black with #B4D006
Text Example
Text Example
White with #B4D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D006; }
p { color: rgb(180,208,6); }
H1.HeaderClassName
{
color: #B4D006;
}
.AnyTagClassName
{
color: #B4D006;
}
</style>
background-color css
<style>
a { background-color: #B4D006; }
a { background-color: rgb(180,208,6); }
div.DivClassName
{
background-color: #B4D006;
}
.BgClassName
{
background-color: #B4D006;
}
</style>
border-color css
<style>
span { border-color: #B4D006; }
span { border-color: rgb(180,208,6); }
td.TdClassName
{
border-color: #B4D006;
}
.TagClassName
{
border-color: #B4D006;
}
</style>