Shades of La Rioja #B9CF08
Tints of La Rioja #B9CF08
RGB
CMYK
RGB Variations
Color information
#B9CF08 (or 0xB9CF08) is known color: La Rioja. HEX triplet: B9, CF and 08. RGB value is (185,207,8). Sum of RGB (Red+Green+Blue) = 185+207+8=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CF08 is #4630F7. Grayscale: #B2B2B2. Windows color (decimal): -4600056 or 577465. OLE color: 577465.
HSL color Cylindrical-coordinate representation of color #B9CF08: hue angle of 66.63º 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 #B9CF08 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.19 |
| HSL | 66.63º | 0.93% | 0.42% | - |
| HSV(B) | 66.63º | 0.96% | 0.81% | - |
| XYZ | 42.36 | 54.96 | 8.6 | - |
| YUV | 177.74 | 32.21 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 8 | 0.11 | 0 | 0.96 | 0.19 | 66.63 | 0.93 | 0.42 |
| Hex | B9 | CF | 8 | B | 0 | 60 | 13 | 43 | 5D | 2A |
| Octal | 271 | 317 | 10 | 13 | 0 | 140 | 23 | 103 | 135 | 52 |
| Binary | 10111001 | 11001111 | 1000 | 1011 | 0 | 1100000 | 10011 | 1000011 | 1011101 | 101010 |
Color Harmonies of #B9CF08
Complementary color
Monochromatic Colors of #B9CF08
Black with #B9CF08
Text Example
Text Example
White with #B9CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF08; }
p { color: rgb(185,207,8); }
H1.HeaderClassName
{
color: #B9CF08;
}
.AnyTagClassName
{
color: #B9CF08;
}
</style>
background-color css
<style>
a { background-color: #B9CF08; }
a { background-color: rgb(185,207,8); }
div.DivClassName
{
background-color: #B9CF08;
}
.BgClassName
{
background-color: #B9CF08;
}
</style>
border-color css
<style>
span { border-color: #B9CF08; }
span { border-color: rgb(185,207,8); }
td.TdClassName
{
border-color: #B9CF08;
}
.TagClassName
{
border-color: #B9CF08;
}
</style>