Shades of La Rioja #B9CE08
Tints of La Rioja #B9CE08
RGB
CMYK
RGB Variations
Color information
#B9CE08 (or 0xB9CE08) is known color: La Rioja. HEX triplet: B9, CE and 08. RGB value is (185,206,8). Sum of RGB (Red+Green+Blue) = 185+206+8=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CE08 is #4631F7. Grayscale: #B1B1B1. Windows color (decimal): -4600312 or 577209. OLE color: 577209.
HSL color Cylindrical-coordinate representation of color #B9CE08: hue angle of 66.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9CE08 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.19 |
| HSL | 66.36º | 0.93% | 0.42% | - |
| HSV(B) | 66.36º | 0.96% | 0.81% | - |
| XYZ | 42.12 | 54.47 | 8.52 | - |
| YUV | 177.15 | 32.54 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 8 | 0.10 | 0 | 0.96 | 0.19 | 66.36 | 0.93 | 0.42 |
| Hex | B9 | CE | 8 | A | 0 | 60 | 13 | 42 | 5D | 2A |
| Octal | 271 | 316 | 10 | 12 | 0 | 140 | 23 | 102 | 135 | 52 |
| Binary | 10111001 | 11001110 | 1000 | 1010 | 0 | 1100000 | 10011 | 1000010 | 1011101 | 101010 |
Color Harmonies of #B9CE08
Complementary color
Monochromatic Colors of #B9CE08
Black with #B9CE08
Text Example
Text Example
White with #B9CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE08; }
p { color: rgb(185,206,8); }
H1.HeaderClassName
{
color: #B9CE08;
}
.AnyTagClassName
{
color: #B9CE08;
}
</style>
background-color css
<style>
a { background-color: #B9CE08; }
a { background-color: rgb(185,206,8); }
div.DivClassName
{
background-color: #B9CE08;
}
.BgClassName
{
background-color: #B9CE08;
}
</style>
border-color css
<style>
span { border-color: #B9CE08; }
span { border-color: rgb(185,206,8); }
td.TdClassName
{
border-color: #B9CE08;
}
.TagClassName
{
border-color: #B9CE08;
}
</style>