Shades of La Rioja #B2B70A
Tints of La Rioja #B2B70A
RGB
CMYK
RGB Variations
Color information
#B2B70A (or 0xB2B70A) is known color: La Rioja. HEX triplet: B2, B7 and 0A. RGB value is (178,183,10). Sum of RGB (Red+Green+Blue) = 178+183+10=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B70A is #4D48F5. Grayscale: #A2A2A2. Windows color (decimal): -5064950 or 702386. OLE color: 702386.
HSL color Cylindrical-coordinate representation of color #B2B70A: hue angle of 61.73º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2B70A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.28 |
| HSL | 61.73º | 0.9% | 0.38% | - |
| HSV(B) | 61.73º | 0.95% | 0.72% | - |
| XYZ | 35.35 | 43.35 | 6.79 | - |
| YUV | 161.78 | 42.34 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 10 | 0.03 | 0 | 0.95 | 0.28 | 61.73 | 0.9 | 0.38 |
| Hex | B2 | B7 | A | 3 | 0 | 5F | 1C | 3E | 5A | 26 |
| Octal | 262 | 267 | 12 | 3 | 0 | 137 | 34 | 76 | 132 | 46 |
| Binary | 10110010 | 10110111 | 1010 | 11 | 0 | 1011111 | 11100 | 111110 | 1011010 | 100110 |
Color Harmonies of #B2B70A
Complementary color
Monochromatic Colors of #B2B70A
Black with #B2B70A
Text Example
Text Example
White with #B2B70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B70A; }
p { color: rgb(178,183,10); }
H1.HeaderClassName
{
color: #B2B70A;
}
.AnyTagClassName
{
color: #B2B70A;
}
</style>
background-color css
<style>
a { background-color: #B2B70A; }
a { background-color: rgb(178,183,10); }
div.DivClassName
{
background-color: #B2B70A;
}
.BgClassName
{
background-color: #B2B70A;
}
</style>
border-color css
<style>
span { border-color: #B2B70A; }
span { border-color: rgb(178,183,10); }
td.TdClassName
{
border-color: #B2B70A;
}
.TagClassName
{
border-color: #B2B70A;
}
</style>