Shades of La Rioja #BBCC02
Tints of La Rioja #BBCC02
RGB
CMYK
RGB Variations
Color information
#BBCC02 (or 0xBBCC02) is known color: La Rioja. HEX triplet: BB, CC and 02. RGB value is (187,204,2). Sum of RGB (Red+Green+Blue) = 187+204+2=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC02 is #4433FD. Grayscale: #B0B0B0. Windows color (decimal): -4469758 or 183483. OLE color: 183483.
HSL color Cylindrical-coordinate representation of color #BBCC02: hue angle of 65.05º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBCC02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.2 |
| HSL | 65.05º | 0.98% | 0.4% | - |
| HSV(B) | 65.05º | 0.99% | 0.8% | - |
| XYZ | 42.1 | 53.75 | 8.21 | - |
| YUV | 175.89 | 29.87 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 2 | 0.08 | 0 | 0.99 | 0.2 | 65.05 | 0.98 | 0.4 |
| Hex | BB | CC | 2 | 8 | 0 | 63 | 14 | 41 | 62 | 28 |
| Octal | 273 | 314 | 2 | 10 | 0 | 143 | 24 | 101 | 142 | 50 |
| Binary | 10111011 | 11001100 | 10 | 1000 | 0 | 1100011 | 10100 | 1000001 | 1100010 | 101000 |
Color Harmonies of #BBCC02
Complementary color
Monochromatic Colors of #BBCC02
Black with #BBCC02
Text Example
Text Example
White with #BBCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC02; }
p { color: rgb(187,204,2); }
H1.HeaderClassName
{
color: #BBCC02;
}
.AnyTagClassName
{
color: #BBCC02;
}
</style>
background-color css
<style>
a { background-color: #BBCC02; }
a { background-color: rgb(187,204,2); }
div.DivClassName
{
background-color: #BBCC02;
}
.BgClassName
{
background-color: #BBCC02;
}
</style>
border-color css
<style>
span { border-color: #BBCC02; }
span { border-color: rgb(187,204,2); }
td.TdClassName
{
border-color: #BBCC02;
}
.TagClassName
{
border-color: #BBCC02;
}
</style>