Shades of La Rioja #B7CB01
Tints of La Rioja #B7CB01
RGB
CMYK
RGB Variations
Color information
#B7CB01 (or 0xB7CB01) is known color: La Rioja. HEX triplet: B7, CB and 01. RGB value is (183,203,1). Sum of RGB (Red+Green+Blue) = 183+203+1=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CB01 is #4834FE. Grayscale: #AEAEAE. Windows color (decimal): -4732159 or 117687. OLE color: 117687.
HSL color Cylindrical-coordinate representation of color #B7CB01: hue angle of 65.94º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7CB01 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.20 |
| HSL | 65.94º | 0.99% | 0.4% | - |
| HSV(B) | 65.94º | 1% | 0.8% | - |
| XYZ | 40.89 | 52.78 | 8.06 | - |
| YUV | 173.99 | 30.37 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 1 | 0.10 | 0 | 1.00 | 0.20 | 65.94 | 0.99 | 0.4 |
| Hex | B7 | CB | 1 | A | 0 | 64 | 14 | 42 | 63 | 28 |
| Octal | 267 | 313 | 1 | 12 | 0 | 144 | 24 | 102 | 143 | 50 |
| Binary | 10110111 | 11001011 | 1 | 1010 | 0 | 1100100 | 10100 | 1000010 | 1100011 | 101000 |
Color Harmonies of #B7CB01
Complementary color
Monochromatic Colors of #B7CB01
Black with #B7CB01
Text Example
Text Example
White with #B7CB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB01; }
p { color: rgb(183,203,1); }
H1.HeaderClassName
{
color: #B7CB01;
}
.AnyTagClassName
{
color: #B7CB01;
}
</style>
background-color css
<style>
a { background-color: #B7CB01; }
a { background-color: rgb(183,203,1); }
div.DivClassName
{
background-color: #B7CB01;
}
.BgClassName
{
background-color: #B7CB01;
}
</style>
border-color css
<style>
span { border-color: #B7CB01; }
span { border-color: rgb(183,203,1); }
td.TdClassName
{
border-color: #B7CB01;
}
.TagClassName
{
border-color: #B7CB01;
}
</style>