Shades of La Rioja #B2BB12
Tints of La Rioja #B2BB12
RGB
CMYK
RGB Variations
Color information
#B2BB12 (or 0xB2BB12) is known color: La Rioja. HEX triplet: B2, BB and 12. RGB value is (178,187,18). Sum of RGB (Red+Green+Blue) = 178+187+18=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BB12 is #4D44ED. Grayscale: #A5A5A5. Windows color (decimal): -5063918 or 1227698. OLE color: 1227698.
HSL color Cylindrical-coordinate representation of color #B2BB12: hue angle of 63.2º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2BB12 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 18 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.27 |
| HSL | 63.2º | 0.82% | 0.4% | - |
| HSV(B) | 63.2º | 0.9% | 0.73% | - |
| XYZ | 36.24 | 45.05 | 7.36 | - |
| YUV | 165.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 18 | 0.05 | 0 | 0.90 | 0.27 | 63.2 | 0.82 | 0.4 |
| Hex | B2 | BB | 12 | 5 | 0 | 5A | 1B | 3F | 52 | 28 |
| Octal | 262 | 273 | 22 | 5 | 0 | 132 | 33 | 77 | 122 | 50 |
| Binary | 10110010 | 10111011 | 10010 | 101 | 0 | 1011010 | 11011 | 111111 | 1010010 | 101000 |
Color Harmonies of #B2BB12
Complementary color
Monochromatic Colors of #B2BB12
Black with #B2BB12
Text Example
Text Example
White with #B2BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB12; }
p { color: rgb(178,187,18); }
H1.HeaderClassName
{
color: #B2BB12;
}
.AnyTagClassName
{
color: #B2BB12;
}
</style>
background-color css
<style>
a { background-color: #B2BB12; }
a { background-color: rgb(178,187,18); }
div.DivClassName
{
background-color: #B2BB12;
}
.BgClassName
{
background-color: #B2BB12;
}
</style>
border-color css
<style>
span { border-color: #B2BB12; }
span { border-color: rgb(178,187,18); }
td.TdClassName
{
border-color: #B2BB12;
}
.TagClassName
{
border-color: #B2BB12;
}
</style>