Shades of La Rioja #BBCC01
Tints of La Rioja #BBCC01
RGB
CMYK
RGB Variations
Color information
#BBCC01 (or 0xBBCC01) is known color: La Rioja. HEX triplet: BB, CC and 01. RGB value is (187,204,1). Sum of RGB (Red+Green+Blue) = 187+204+1=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC01 is #4433FE. Grayscale: #B0B0B0. Windows color (decimal): -4469759 or 117947. OLE color: 117947.
HSL color Cylindrical-coordinate representation of color #BBCC01: hue angle of 65.02º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBCC01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.2 |
| HSL | 65.02º | 0.99% | 0.4% | - |
| HSV(B) | 65.02º | 1% | 0.8% | - |
| XYZ | 42.09 | 53.75 | 8.19 | - |
| YUV | 175.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 1 | 0.08 | 0 | 1.00 | 0.2 | 65.02 | 0.99 | 0.4 |
| Hex | BB | CC | 1 | 8 | 0 | 64 | 14 | 41 | 63 | 28 |
| Octal | 273 | 314 | 1 | 10 | 0 | 144 | 24 | 101 | 143 | 50 |
| Binary | 10111011 | 11001100 | 1 | 1000 | 0 | 1100100 | 10100 | 1000001 | 1100011 | 101000 |
Color Harmonies of #BBCC01
Complementary color
Monochromatic Colors of #BBCC01
Black with #BBCC01
Text Example
Text Example
White with #BBCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC01; }
p { color: rgb(187,204,1); }
H1.HeaderClassName
{
color: #BBCC01;
}
.AnyTagClassName
{
color: #BBCC01;
}
</style>
background-color css
<style>
a { background-color: #BBCC01; }
a { background-color: rgb(187,204,1); }
div.DivClassName
{
background-color: #BBCC01;
}
.BgClassName
{
background-color: #BBCC01;
}
</style>
border-color css
<style>
span { border-color: #BBCC01; }
span { border-color: rgb(187,204,1); }
td.TdClassName
{
border-color: #BBCC01;
}
.TagClassName
{
border-color: #BBCC01;
}
</style>