Shades of La Rioja #B8CF07
Tints of La Rioja #B8CF07
RGB
CMYK
RGB Variations
Color information
#B8CF07 (or 0xB8CF07) is known color: La Rioja. HEX triplet: B8, CF and 07. RGB value is (184,207,7). Sum of RGB (Red+Green+Blue) = 184+207+7=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CF07 is #4730F8. Grayscale: #B2B2B2. Windows color (decimal): -4665593 or 511928. OLE color: 511928.
HSL color Cylindrical-coordinate representation of color #B8CF07: hue angle of 66.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8CF07 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.19 |
| HSL | 66.9º | 0.93% | 0.42% | - |
| HSV(B) | 66.9º | 0.97% | 0.81% | - |
| XYZ | 42.12 | 54.83 | 8.56 | - |
| YUV | 177.32 | 31.88 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 7 | 0.11 | 0 | 0.97 | 0.19 | 66.9 | 0.93 | 0.42 |
| Hex | B8 | CF | 7 | B | 0 | 61 | 13 | 43 | 5D | 2A |
| Octal | 270 | 317 | 7 | 13 | 0 | 141 | 23 | 103 | 135 | 52 |
| Binary | 10111000 | 11001111 | 111 | 1011 | 0 | 1100001 | 10011 | 1000011 | 1011101 | 101010 |
Color Harmonies of #B8CF07
Complementary color
Monochromatic Colors of #B8CF07
Black with #B8CF07
Text Example
Text Example
White with #B8CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CF07; }
p { color: rgb(184,207,7); }
H1.HeaderClassName
{
color: #B8CF07;
}
.AnyTagClassName
{
color: #B8CF07;
}
</style>
background-color css
<style>
a { background-color: #B8CF07; }
a { background-color: rgb(184,207,7); }
div.DivClassName
{
background-color: #B8CF07;
}
.BgClassName
{
background-color: #B8CF07;
}
</style>
border-color css
<style>
span { border-color: #B8CF07; }
span { border-color: rgb(184,207,7); }
td.TdClassName
{
border-color: #B8CF07;
}
.TagClassName
{
border-color: #B8CF07;
}
</style>