Shades of La Rioja #BBCC0F
Tints of La Rioja #BBCC0F
RGB
CMYK
RGB Variations
Color information
#BBCC0F (or 0xBBCC0F) is known color: La Rioja. HEX triplet: BB, CC and 0F. RGB value is (187,204,15). Sum of RGB (Red+Green+Blue) = 187+204+15=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC0F is #4433F0. Grayscale: #B2B2B2. Windows color (decimal): -4469745 or 1035451. OLE color: 1035451.
HSL color Cylindrical-coordinate representation of color #BBCC0F: hue angle of 65.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBCC0F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 15 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.2 |
| HSL | 65.4º | 0.86% | 0.43% | - |
| HSV(B) | 65.4º | 0.93% | 0.8% | - |
| XYZ | 42.17 | 53.79 | 8.61 | - |
| YUV | 177.37 | 36.37 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 15 | 0.08 | 0 | 0.93 | 0.2 | 65.4 | 0.86 | 0.43 |
| Hex | BB | CC | F | 8 | 0 | 5D | 14 | 41 | 56 | 2B |
| Octal | 273 | 314 | 17 | 10 | 0 | 135 | 24 | 101 | 126 | 53 |
| Binary | 10111011 | 11001100 | 1111 | 1000 | 0 | 1011101 | 10100 | 1000001 | 1010110 | 101011 |
Color Harmonies of #BBCC0F
Complementary color
Monochromatic Colors of #BBCC0F
Black with #BBCC0F
Text Example
Text Example
White with #BBCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC0F; }
p { color: rgb(187,204,15); }
H1.HeaderClassName
{
color: #BBCC0F;
}
.AnyTagClassName
{
color: #BBCC0F;
}
</style>
background-color css
<style>
a { background-color: #BBCC0F; }
a { background-color: rgb(187,204,15); }
div.DivClassName
{
background-color: #BBCC0F;
}
.BgClassName
{
background-color: #BBCC0F;
}
</style>
border-color css
<style>
span { border-color: #BBCC0F; }
span { border-color: rgb(187,204,15); }
td.TdClassName
{
border-color: #BBCC0F;
}
.TagClassName
{
border-color: #BBCC0F;
}
</style>