Shades of La Rioja #B7CF08
Tints of La Rioja #B7CF08
RGB
CMYK
RGB Variations
Color information
#B7CF08 (or 0xB7CF08) is known color: La Rioja. HEX triplet: B7, CF and 08. RGB value is (183,207,8). Sum of RGB (Red+Green+Blue) = 183+207+8=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CF08 is #4830F7. Grayscale: #B1B1B1. Windows color (decimal): -4731128 or 577463. OLE color: 577463.
HSL color Cylindrical-coordinate representation of color #B7CF08: hue angle of 67.24º 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 #B7CF08 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 8 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.19 |
| HSL | 67.24º | 0.93% | 0.42% | - |
| HSV(B) | 67.24º | 0.96% | 0.81% | - |
| XYZ | 41.89 | 54.71 | 8.58 | - |
| YUV | 177.14 | 32.55 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 8 | 0.12 | 0 | 0.96 | 0.19 | 67.24 | 0.93 | 0.42 |
| Hex | B7 | CF | 8 | C | 0 | 60 | 13 | 43 | 5D | 2A |
| Octal | 267 | 317 | 10 | 14 | 0 | 140 | 23 | 103 | 135 | 52 |
| Binary | 10110111 | 11001111 | 1000 | 1100 | 0 | 1100000 | 10011 | 1000011 | 1011101 | 101010 |
Color Harmonies of #B7CF08
Complementary color
Monochromatic Colors of #B7CF08
Black with #B7CF08
Text Example
Text Example
White with #B7CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF08; }
p { color: rgb(183,207,8); }
H1.HeaderClassName
{
color: #B7CF08;
}
.AnyTagClassName
{
color: #B7CF08;
}
</style>
background-color css
<style>
a { background-color: #B7CF08; }
a { background-color: rgb(183,207,8); }
div.DivClassName
{
background-color: #B7CF08;
}
.BgClassName
{
background-color: #B7CF08;
}
</style>
border-color css
<style>
span { border-color: #B7CF08; }
span { border-color: rgb(183,207,8); }
td.TdClassName
{
border-color: #B7CF08;
}
.TagClassName
{
border-color: #B7CF08;
}
</style>