Shades of La Rioja #B8CB0C
Tints of La Rioja #B8CB0C
RGB
CMYK
RGB Variations
Color information
#B8CB0C (or 0xB8CB0C) is known color: La Rioja. HEX triplet: B8, CB and 0C. RGB value is (184,203,12). Sum of RGB (Red+Green+Blue) = 184+203+12=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CB0C is #4734F3. Grayscale: #B0B0B0. Windows color (decimal): -4666612 or 838584. OLE color: 838584.
HSL color Cylindrical-coordinate representation of color #B8CB0C: hue angle of 65.97º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8CB0C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.20 |
| HSL | 65.97º | 0.89% | 0.42% | - |
| HSV(B) | 65.97º | 0.94% | 0.8% | - |
| XYZ | 41.19 | 52.93 | 8.39 | - |
| YUV | 175.55 | 35.71 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 12 | 0.09 | 0 | 0.94 | 0.20 | 65.97 | 0.89 | 0.42 |
| Hex | B8 | CB | C | 9 | 0 | 5E | 14 | 42 | 59 | 2A |
| Octal | 270 | 313 | 14 | 11 | 0 | 136 | 24 | 102 | 131 | 52 |
| Binary | 10111000 | 11001011 | 1100 | 1001 | 0 | 1011110 | 10100 | 1000010 | 1011001 | 101010 |
Color Harmonies of #B8CB0C
Complementary color
Monochromatic Colors of #B8CB0C
Black with #B8CB0C
Text Example
Text Example
White with #B8CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB0C; }
p { color: rgb(184,203,12); }
H1.HeaderClassName
{
color: #B8CB0C;
}
.AnyTagClassName
{
color: #B8CB0C;
}
</style>
background-color css
<style>
a { background-color: #B8CB0C; }
a { background-color: rgb(184,203,12); }
div.DivClassName
{
background-color: #B8CB0C;
}
.BgClassName
{
background-color: #B8CB0C;
}
</style>
border-color css
<style>
span { border-color: #B8CB0C; }
span { border-color: rgb(184,203,12); }
td.TdClassName
{
border-color: #B8CB0C;
}
.TagClassName
{
border-color: #B8CB0C;
}
</style>