Shades of La Rioja #B7C302
Tints of La Rioja #B7C302
RGB
CMYK
RGB Variations
Color information
#B7C302 (or 0xB7C302) is known color: La Rioja. HEX triplet: B7, C3 and 02. RGB value is (183,195,2). Sum of RGB (Red+Green+Blue) = 183+195+2=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C302 is #483CFD. Grayscale: #AAAAAA. Windows color (decimal): -4734206 or 181175. OLE color: 181175.
HSL color Cylindrical-coordinate representation of color #B7C302: hue angle of 63.73º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7C302 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.24 |
| HSL | 63.73º | 0.98% | 0.39% | - |
| HSV(B) | 63.73º | 0.99% | 0.76% | - |
| XYZ | 39.05 | 49.1 | 7.48 | - |
| YUV | 169.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 2 | 0.06 | 0 | 0.99 | 0.24 | 63.73 | 0.98 | 0.39 |
| Hex | B7 | C3 | 2 | 6 | 0 | 63 | 18 | 40 | 62 | 27 |
| Octal | 267 | 303 | 2 | 6 | 0 | 143 | 30 | 100 | 142 | 47 |
| Binary | 10110111 | 11000011 | 10 | 110 | 0 | 1100011 | 11000 | 1000000 | 1100010 | 100111 |
Color Harmonies of #B7C302
Complementary color
Monochromatic Colors of #B7C302
Black with #B7C302
Text Example
Text Example
White with #B7C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C302; }
p { color: rgb(183,195,2); }
H1.HeaderClassName
{
color: #B7C302;
}
.AnyTagClassName
{
color: #B7C302;
}
</style>
background-color css
<style>
a { background-color: #B7C302; }
a { background-color: rgb(183,195,2); }
div.DivClassName
{
background-color: #B7C302;
}
.BgClassName
{
background-color: #B7C302;
}
</style>
border-color css
<style>
span { border-color: #B7C302; }
span { border-color: rgb(183,195,2); }
td.TdClassName
{
border-color: #B7C302;
}
.TagClassName
{
border-color: #B7C302;
}
</style>