Shades of La Rioja #B8CC07
Tints of La Rioja #B8CC07
RGB
CMYK
RGB Variations
Color information
#B8CC07 (or 0xB8CC07) is known color: La Rioja. HEX triplet: B8, CC and 07. RGB value is (184,204,7). Sum of RGB (Red+Green+Blue) = 184+204+7=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CC07 is #4733F8. Grayscale: #B0B0B0. Windows color (decimal): -4666361 or 511160. OLE color: 511160.
HSL color Cylindrical-coordinate representation of color #B8CC07: hue angle of 66.09º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8CC07 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.2 |
| HSL | 66.09º | 0.93% | 0.41% | - |
| HSV(B) | 66.09º | 0.97% | 0.8% | - |
| XYZ | 41.4 | 53.39 | 8.32 | - |
| YUV | 175.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 7 | 0.10 | 0 | 0.97 | 0.2 | 66.09 | 0.93 | 0.41 |
| Hex | B8 | CC | 7 | A | 0 | 61 | 14 | 42 | 5D | 29 |
| Octal | 270 | 314 | 7 | 12 | 0 | 141 | 24 | 102 | 135 | 51 |
| Binary | 10111000 | 11001100 | 111 | 1010 | 0 | 1100001 | 10100 | 1000010 | 1011101 | 101001 |
Color Harmonies of #B8CC07
Complementary color
Monochromatic Colors of #B8CC07
Black with #B8CC07
Text Example
Text Example
White with #B8CC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC07; }
p { color: rgb(184,204,7); }
H1.HeaderClassName
{
color: #B8CC07;
}
.AnyTagClassName
{
color: #B8CC07;
}
</style>
background-color css
<style>
a { background-color: #B8CC07; }
a { background-color: rgb(184,204,7); }
div.DivClassName
{
background-color: #B8CC07;
}
.BgClassName
{
background-color: #B8CC07;
}
</style>
border-color css
<style>
span { border-color: #B8CC07; }
span { border-color: rgb(184,204,7); }
td.TdClassName
{
border-color: #B8CC07;
}
.TagClassName
{
border-color: #B8CC07;
}
</style>