Shades of La Rioja #B4BD02
Tints of La Rioja #B4BD02
RGB
CMYK
RGB Variations
Color information
#B4BD02 (or 0xB4BD02) is known color: La Rioja. HEX triplet: B4, BD and 02. RGB value is (180,189,2). Sum of RGB (Red+Green+Blue) = 180+189+2=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BD02 is #4B42FD. Grayscale: #A5A5A5. Windows color (decimal): -4932350 or 179636. OLE color: 179636.
HSL color Cylindrical-coordinate representation of color #B4BD02: hue angle of 62.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4BD02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.26 |
| HSL | 62.89º | 0.98% | 0.37% | - |
| HSV(B) | 62.89º | 0.99% | 0.74% | - |
| XYZ | 37.03 | 46.1 | 7 | - |
| YUV | 164.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 2 | 0.05 | 0 | 0.99 | 0.26 | 62.89 | 0.98 | 0.37 |
| Hex | B4 | BD | 2 | 5 | 0 | 63 | 1A | 3F | 62 | 25 |
| Octal | 264 | 275 | 2 | 5 | 0 | 143 | 32 | 77 | 142 | 45 |
| Binary | 10110100 | 10111101 | 10 | 101 | 0 | 1100011 | 11010 | 111111 | 1100010 | 100101 |
Color Harmonies of #B4BD02
Complementary color
Monochromatic Colors of #B4BD02
Black with #B4BD02
Text Example
Text Example
White with #B4BD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD02; }
p { color: rgb(180,189,2); }
H1.HeaderClassName
{
color: #B4BD02;
}
.AnyTagClassName
{
color: #B4BD02;
}
</style>
background-color css
<style>
a { background-color: #B4BD02; }
a { background-color: rgb(180,189,2); }
div.DivClassName
{
background-color: #B4BD02;
}
.BgClassName
{
background-color: #B4BD02;
}
</style>
border-color css
<style>
span { border-color: #B4BD02; }
span { border-color: rgb(180,189,2); }
td.TdClassName
{
border-color: #B4BD02;
}
.TagClassName
{
border-color: #B4BD02;
}
</style>