Shades of La Rioja #B2BB02
Tints of La Rioja #B2BB02
RGB
CMYK
RGB Variations
Color information
#B2BB02 (or 0xB2BB02) is known color: La Rioja. HEX triplet: B2, BB and 02. RGB value is (178,187,2). Sum of RGB (Red+Green+Blue) = 178+187+2=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BB02 is #4D44FD. Grayscale: #A3A3A3. Windows color (decimal): -5063934 or 179122. OLE color: 179122.
HSL color Cylindrical-coordinate representation of color #B2BB02: hue angle of 62.92º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2BB02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.27 |
| HSL | 62.92º | 0.98% | 0.37% | - |
| HSV(B) | 62.92º | 0.99% | 0.73% | - |
| XYZ | 36.14 | 45.01 | 6.84 | - |
| YUV | 163.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 2 | 0.05 | 0 | 0.99 | 0.27 | 62.92 | 0.98 | 0.37 |
| Hex | B2 | BB | 2 | 5 | 0 | 63 | 1B | 3F | 62 | 25 |
| Octal | 262 | 273 | 2 | 5 | 0 | 143 | 33 | 77 | 142 | 45 |
| Binary | 10110010 | 10111011 | 10 | 101 | 0 | 1100011 | 11011 | 111111 | 1100010 | 100101 |
Color Harmonies of #B2BB02
Complementary color
Monochromatic Colors of #B2BB02
Black with #B2BB02
Text Example
Text Example
White with #B2BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB02; }
p { color: rgb(178,187,2); }
H1.HeaderClassName
{
color: #B2BB02;
}
.AnyTagClassName
{
color: #B2BB02;
}
</style>
background-color css
<style>
a { background-color: #B2BB02; }
a { background-color: rgb(178,187,2); }
div.DivClassName
{
background-color: #B2BB02;
}
.BgClassName
{
background-color: #B2BB02;
}
</style>
border-color css
<style>
span { border-color: #B2BB02; }
span { border-color: rgb(178,187,2); }
td.TdClassName
{
border-color: #B2BB02;
}
.TagClassName
{
border-color: #B2BB02;
}
</style>