Shades of La Rioja #BBCC0B
Tints of La Rioja #BBCC0B
RGB
CMYK
RGB Variations
Color information
#BBCC0B (or 0xBBCC0B) is known color: La Rioja. HEX triplet: BB, CC and 0B. RGB value is (187,204,11). Sum of RGB (Red+Green+Blue) = 187+204+11=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC0B is #4433F4. Grayscale: #B1B1B1. Windows color (decimal): -4469749 or 773307. OLE color: 773307.
HSL color Cylindrical-coordinate representation of color #BBCC0B: hue angle of 65.28º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBCC0B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.2 |
| HSL | 65.28º | 0.9% | 0.42% | - |
| HSV(B) | 65.28º | 0.95% | 0.8% | - |
| XYZ | 42.15 | 53.77 | 8.47 | - |
| YUV | 176.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 11 | 0.08 | 0 | 0.95 | 0.2 | 65.28 | 0.9 | 0.42 |
| Hex | BB | CC | B | 8 | 0 | 5F | 14 | 41 | 5A | 2A |
| Octal | 273 | 314 | 13 | 10 | 0 | 137 | 24 | 101 | 132 | 52 |
| Binary | 10111011 | 11001100 | 1011 | 1000 | 0 | 1011111 | 10100 | 1000001 | 1011010 | 101010 |
Color Harmonies of #BBCC0B
Complementary color
Monochromatic Colors of #BBCC0B
Black with #BBCC0B
Text Example
Text Example
White with #BBCC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC0B; }
p { color: rgb(187,204,11); }
H1.HeaderClassName
{
color: #BBCC0B;
}
.AnyTagClassName
{
color: #BBCC0B;
}
</style>
background-color css
<style>
a { background-color: #BBCC0B; }
a { background-color: rgb(187,204,11); }
div.DivClassName
{
background-color: #BBCC0B;
}
.BgClassName
{
background-color: #BBCC0B;
}
</style>
border-color css
<style>
span { border-color: #BBCC0B; }
span { border-color: rgb(187,204,11); }
td.TdClassName
{
border-color: #BBCC0B;
}
.TagClassName
{
border-color: #BBCC0B;
}
</style>