Shades of La Rioja #BBCC0C
Tints of La Rioja #BBCC0C
RGB
CMYK
RGB Variations
Color information
#BBCC0C (or 0xBBCC0C) is known color: La Rioja. HEX triplet: BB, CC and 0C. RGB value is (187,204,12). Sum of RGB (Red+Green+Blue) = 187+204+12=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC0C is #4433F3. Grayscale: #B1B1B1. Windows color (decimal): -4469748 or 838843. OLE color: 838843.
HSL color Cylindrical-coordinate representation of color #BBCC0C: hue angle of 65.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBCC0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.2 |
| HSL | 65.31º | 0.89% | 0.42% | - |
| HSV(B) | 65.31º | 0.94% | 0.8% | - |
| XYZ | 42.15 | 53.78 | 8.51 | - |
| YUV | 177.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 12 | 0.08 | 0 | 0.94 | 0.2 | 65.31 | 0.89 | 0.42 |
| Hex | BB | CC | C | 8 | 0 | 5E | 14 | 41 | 59 | 2A |
| Octal | 273 | 314 | 14 | 10 | 0 | 136 | 24 | 101 | 131 | 52 |
| Binary | 10111011 | 11001100 | 1100 | 1000 | 0 | 1011110 | 10100 | 1000001 | 1011001 | 101010 |
Color Harmonies of #BBCC0C
Complementary color
Monochromatic Colors of #BBCC0C
Black with #BBCC0C
Text Example
Text Example
White with #BBCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC0C; }
p { color: rgb(187,204,12); }
H1.HeaderClassName
{
color: #BBCC0C;
}
.AnyTagClassName
{
color: #BBCC0C;
}
</style>
background-color css
<style>
a { background-color: #BBCC0C; }
a { background-color: rgb(187,204,12); }
div.DivClassName
{
background-color: #BBCC0C;
}
.BgClassName
{
background-color: #BBCC0C;
}
</style>
border-color css
<style>
span { border-color: #BBCC0C; }
span { border-color: rgb(187,204,12); }
td.TdClassName
{
border-color: #BBCC0C;
}
.TagClassName
{
border-color: #BBCC0C;
}
</style>