Shades of La Rioja #B4C700
Tints of La Rioja #B4C700
RGB
CMYK
RGB Variations
Color information
#B4C700 (or 0xB4C700) is known color: La Rioja. HEX triplet: B4, C7 and 00. RGB value is (180,199,0). Sum of RGB (Red+Green+Blue) = 180+199+0=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C700 is #4B38FF. Grayscale: #ABABAB. Windows color (decimal): -4929792 or 51124. OLE color: 51124.
HSL color Cylindrical-coordinate representation of color #B4C700: hue angle of 65.73º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4C700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.22 |
| HSL | 65.73º | 1% | 0.39% | - |
| HSV(B) | 65.73º | 1% | 0.78% | - |
| XYZ | 39.25 | 50.55 | 7.69 | - |
| YUV | 170.63 | 31.71 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 0 | 0.10 | 0 | 1 | 0.22 | 65.73 | 1 | 0.39 |
| Hex | B4 | C7 | 0 | A | 0 | 64 | 16 | 42 | 64 | 27 |
| Octal | 264 | 307 | 0 | 12 | 0 | 144 | 26 | 102 | 144 | 47 |
| Binary | 10110100 | 11000111 | 0 | 1010 | 0 | 1100100 | 10110 | 1000010 | 1100100 | 100111 |
Color Harmonies of #B4C700
Complementary color
Monochromatic Colors of #B4C700
Black with #B4C700
Text Example
Text Example
White with #B4C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C700; }
p { color: rgb(180,199,0); }
H1.HeaderClassName
{
color: #B4C700;
}
.AnyTagClassName
{
color: #B4C700;
}
</style>
background-color css
<style>
a { background-color: #B4C700; }
a { background-color: rgb(180,199,0); }
div.DivClassName
{
background-color: #B4C700;
}
.BgClassName
{
background-color: #B4C700;
}
</style>
border-color css
<style>
span { border-color: #B4C700; }
span { border-color: rgb(180,199,0); }
td.TdClassName
{
border-color: #B4C700;
}
.TagClassName
{
border-color: #B4C700;
}
</style>