Shades of La Rioja #B9CE0B
Tints of La Rioja #B9CE0B
RGB
CMYK
RGB Variations
Color information
#B9CE0B (or 0xB9CE0B) is known color: La Rioja. HEX triplet: B9, CE and 0B. RGB value is (185,206,11). Sum of RGB (Red+Green+Blue) = 185+206+11=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CE0B is #4631F4. Grayscale: #B2B2B2. Windows color (decimal): -4600309 or 773817. OLE color: 773817.
HSL color Cylindrical-coordinate representation of color #B9CE0B: hue angle of 66.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9CE0B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.19 |
| HSL | 66.46º | 0.9% | 0.43% | - |
| HSV(B) | 66.46º | 0.95% | 0.81% | - |
| XYZ | 42.14 | 54.48 | 8.61 | - |
| YUV | 177.49 | 34.04 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 11 | 0.10 | 0 | 0.95 | 0.19 | 66.46 | 0.9 | 0.43 |
| Hex | B9 | CE | B | A | 0 | 5F | 13 | 42 | 5A | 2B |
| Octal | 271 | 316 | 13 | 12 | 0 | 137 | 23 | 102 | 132 | 53 |
| Binary | 10111001 | 11001110 | 1011 | 1010 | 0 | 1011111 | 10011 | 1000010 | 1011010 | 101011 |
Color Harmonies of #B9CE0B
Complementary color
Monochromatic Colors of #B9CE0B
Black with #B9CE0B
Text Example
Text Example
White with #B9CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE0B; }
p { color: rgb(185,206,11); }
H1.HeaderClassName
{
color: #B9CE0B;
}
.AnyTagClassName
{
color: #B9CE0B;
}
</style>
background-color css
<style>
a { background-color: #B9CE0B; }
a { background-color: rgb(185,206,11); }
div.DivClassName
{
background-color: #B9CE0B;
}
.BgClassName
{
background-color: #B9CE0B;
}
</style>
border-color css
<style>
span { border-color: #B9CE0B; }
span { border-color: rgb(185,206,11); }
td.TdClassName
{
border-color: #B9CE0B;
}
.TagClassName
{
border-color: #B9CE0B;
}
</style>