Shades of La Rioja #BBCC0A
Tints of La Rioja #BBCC0A
RGB
CMYK
RGB Variations
Color information
#BBCC0A (or 0xBBCC0A) is known color: La Rioja. HEX triplet: BB, CC and 0A. RGB value is (187,204,10). Sum of RGB (Red+Green+Blue) = 187+204+10=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC0A is #4433F5. Grayscale: #B1B1B1. Windows color (decimal): -4469750 or 707771. OLE color: 707771.
HSL color Cylindrical-coordinate representation of color #BBCC0A: hue angle of 65.26º degrees, saturation: 0.91, 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 #BBCC0A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 10 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.2 |
| HSL | 65.26º | 0.91% | 0.42% | - |
| HSV(B) | 65.26º | 0.95% | 0.8% | - |
| XYZ | 42.14 | 53.77 | 8.45 | - |
| YUV | 176.8 | 33.87 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 10 | 0.08 | 0 | 0.95 | 0.2 | 65.26 | 0.91 | 0.42 |
| Hex | BB | CC | A | 8 | 0 | 5F | 14 | 41 | 5B | 2A |
| Octal | 273 | 314 | 12 | 10 | 0 | 137 | 24 | 101 | 133 | 52 |
| Binary | 10111011 | 11001100 | 1010 | 1000 | 0 | 1011111 | 10100 | 1000001 | 1011011 | 101010 |
Color Harmonies of #BBCC0A
Complementary color
Monochromatic Colors of #BBCC0A
Black with #BBCC0A
Text Example
Text Example
White with #BBCC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC0A; }
p { color: rgb(187,204,10); }
H1.HeaderClassName
{
color: #BBCC0A;
}
.AnyTagClassName
{
color: #BBCC0A;
}
</style>
background-color css
<style>
a { background-color: #BBCC0A; }
a { background-color: rgb(187,204,10); }
div.DivClassName
{
background-color: #BBCC0A;
}
.BgClassName
{
background-color: #BBCC0A;
}
</style>
border-color css
<style>
span { border-color: #BBCC0A; }
span { border-color: rgb(187,204,10); }
td.TdClassName
{
border-color: #BBCC0A;
}
.TagClassName
{
border-color: #BBCC0A;
}
</style>