Shades of La Rioja #B2B308
Tints of La Rioja #B2B308
RGB
CMYK
RGB Variations
Color information
#B2B308 (or 0xB2B308) is known color: La Rioja. HEX triplet: B2, B3 and 08. RGB value is (178,179,8). Sum of RGB (Red+Green+Blue) = 178+179+8=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B308 is #4D4CF7. Grayscale: #9F9F9F. Windows color (decimal): -5065976 or 570290. OLE color: 570290.
HSL color Cylindrical-coordinate representation of color #B2B308: hue angle of 60.35º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2B308 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 8 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.30 |
| HSL | 60.35º | 0.91% | 0.37% | - |
| HSV(B) | 60.35º | 0.96% | 0.7% | - |
| XYZ | 34.52 | 41.72 | 6.46 | - |
| YUV | 159.21 | 42.67 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 8 | 0.01 | 0 | 0.96 | 0.30 | 60.35 | 0.91 | 0.37 |
| Hex | B2 | B3 | 8 | 1 | 0 | 60 | 1E | 3C | 5B | 25 |
| Octal | 262 | 263 | 10 | 1 | 0 | 140 | 36 | 74 | 133 | 45 |
| Binary | 10110010 | 10110011 | 1000 | 1 | 0 | 1100000 | 11110 | 111100 | 1011011 | 100101 |
Color Harmonies of #B2B308
Complementary color
Monochromatic Colors of #B2B308
Black with #B2B308
Text Example
Text Example
White with #B2B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B308; }
p { color: rgb(178,179,8); }
H1.HeaderClassName
{
color: #B2B308;
}
.AnyTagClassName
{
color: #B2B308;
}
</style>
background-color css
<style>
a { background-color: #B2B308; }
a { background-color: rgb(178,179,8); }
div.DivClassName
{
background-color: #B2B308;
}
.BgClassName
{
background-color: #B2B308;
}
</style>
border-color css
<style>
span { border-color: #B2B308; }
span { border-color: rgb(178,179,8); }
td.TdClassName
{
border-color: #B2B308;
}
.TagClassName
{
border-color: #B2B308;
}
</style>