Shades of La Rioja #B7CA01
Tints of La Rioja #B7CA01
RGB
CMYK
RGB Variations
Color information
#B7CA01 (or 0xB7CA01) is known color: La Rioja. HEX triplet: B7, CA and 01. RGB value is (183,202,1). Sum of RGB (Red+Green+Blue) = 183+202+1=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CA01 is #4835FE. Grayscale: #AEAEAE. Windows color (decimal): -4732415 or 117431. OLE color: 117431.
HSL color Cylindrical-coordinate representation of color #B7CA01: hue angle of 65.67º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7CA01 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 1 | - |
| CMYK | 0.09 | 0 | 1.00 | 0.21 |
| HSL | 65.67º | 0.99% | 0.4% | - |
| HSV(B) | 65.67º | 1% | 0.79% | - |
| XYZ | 40.65 | 52.31 | 7.98 | - |
| YUV | 173.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 1 | 0.09 | 0 | 1.00 | 0.21 | 65.67 | 0.99 | 0.4 |
| Hex | B7 | CA | 1 | 9 | 0 | 64 | 15 | 42 | 63 | 28 |
| Octal | 267 | 312 | 1 | 11 | 0 | 144 | 25 | 102 | 143 | 50 |
| Binary | 10110111 | 11001010 | 1 | 1001 | 0 | 1100100 | 10101 | 1000010 | 1100011 | 101000 |
Color Harmonies of #B7CA01
Complementary color
Monochromatic Colors of #B7CA01
Black with #B7CA01
Text Example
Text Example
White with #B7CA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA01; }
p { color: rgb(183,202,1); }
H1.HeaderClassName
{
color: #B7CA01;
}
.AnyTagClassName
{
color: #B7CA01;
}
</style>
background-color css
<style>
a { background-color: #B7CA01; }
a { background-color: rgb(183,202,1); }
div.DivClassName
{
background-color: #B7CA01;
}
.BgClassName
{
background-color: #B7CA01;
}
</style>
border-color css
<style>
span { border-color: #B7CA01; }
span { border-color: rgb(183,202,1); }
td.TdClassName
{
border-color: #B7CA01;
}
.TagClassName
{
border-color: #B7CA01;
}
</style>