Shades of La Rioja #B8CF08
Tints of La Rioja #B8CF08
RGB
CMYK
RGB Variations
Color information
#B8CF08 (or 0xB8CF08) is known color: La Rioja. HEX triplet: B8, CF and 08. RGB value is (184,207,8). Sum of RGB (Red+Green+Blue) = 184+207+8=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CF08 is #4730F7. Grayscale: #B2B2B2. Windows color (decimal): -4665592 or 577464. OLE color: 577464.
HSL color Cylindrical-coordinate representation of color #B8CF08: hue angle of 66.93º 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 #B8CF08 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.19 |
| HSL | 66.93º | 0.93% | 0.42% | - |
| HSV(B) | 66.93º | 0.96% | 0.81% | - |
| XYZ | 42.12 | 54.83 | 8.59 | - |
| YUV | 177.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 8 | 0.11 | 0 | 0.96 | 0.19 | 66.93 | 0.93 | 0.42 |
| Hex | B8 | CF | 8 | B | 0 | 60 | 13 | 43 | 5D | 2A |
| Octal | 270 | 317 | 10 | 13 | 0 | 140 | 23 | 103 | 135 | 52 |
| Binary | 10111000 | 11001111 | 1000 | 1011 | 0 | 1100000 | 10011 | 1000011 | 1011101 | 101010 |
Color Harmonies of #B8CF08
Complementary color
Monochromatic Colors of #B8CF08
Black with #B8CF08
Text Example
Text Example
White with #B8CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CF08; }
p { color: rgb(184,207,8); }
H1.HeaderClassName
{
color: #B8CF08;
}
.AnyTagClassName
{
color: #B8CF08;
}
</style>
background-color css
<style>
a { background-color: #B8CF08; }
a { background-color: rgb(184,207,8); }
div.DivClassName
{
background-color: #B8CF08;
}
.BgClassName
{
background-color: #B8CF08;
}
</style>
border-color css
<style>
span { border-color: #B8CF08; }
span { border-color: rgb(184,207,8); }
td.TdClassName
{
border-color: #B8CF08;
}
.TagClassName
{
border-color: #B8CF08;
}
</style>