Shades of La Rioja #B8CB07
Tints of La Rioja #B8CB07
RGB
CMYK
RGB Variations
Color information
#B8CB07 (or 0xB8CB07) is known color: La Rioja. HEX triplet: B8, CB and 07. RGB value is (184,203,7). Sum of RGB (Red+Green+Blue) = 184+203+7=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CB07 is #4734F8. Grayscale: #AFAFAF. Windows color (decimal): -4666617 or 510904. OLE color: 510904.
HSL color Cylindrical-coordinate representation of color #B8CB07: hue angle of 65.82º 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 #B8CB07 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.20 |
| HSL | 65.82º | 0.93% | 0.41% | - |
| HSV(B) | 65.82º | 0.97% | 0.8% | - |
| XYZ | 41.16 | 52.92 | 8.25 | - |
| YUV | 174.98 | 33.21 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 7 | 0.09 | 0 | 0.97 | 0.20 | 65.82 | 0.93 | 0.41 |
| Hex | B8 | CB | 7 | 9 | 0 | 61 | 14 | 42 | 5D | 29 |
| Octal | 270 | 313 | 7 | 11 | 0 | 141 | 24 | 102 | 135 | 51 |
| Binary | 10111000 | 11001011 | 111 | 1001 | 0 | 1100001 | 10100 | 1000010 | 1011101 | 101001 |
Color Harmonies of #B8CB07
Complementary color
Monochromatic Colors of #B8CB07
Black with #B8CB07
Text Example
Text Example
White with #B8CB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB07; }
p { color: rgb(184,203,7); }
H1.HeaderClassName
{
color: #B8CB07;
}
.AnyTagClassName
{
color: #B8CB07;
}
</style>
background-color css
<style>
a { background-color: #B8CB07; }
a { background-color: rgb(184,203,7); }
div.DivClassName
{
background-color: #B8CB07;
}
.BgClassName
{
background-color: #B8CB07;
}
</style>
border-color css
<style>
span { border-color: #B8CB07; }
span { border-color: rgb(184,203,7); }
td.TdClassName
{
border-color: #B8CB07;
}
.TagClassName
{
border-color: #B8CB07;
}
</style>