Shades of La Rioja #B7C80F
Tints of La Rioja #B7C80F
RGB
CMYK
RGB Variations
Color information
#B7C80F (or 0xB7C80F) is known color: La Rioja. HEX triplet: B7, C8 and 0F. RGB value is (183,200,15). Sum of RGB (Red+Green+Blue) = 183+200+15=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C80F is #4837F0. Grayscale: #AEAEAE. Windows color (decimal): -4732913 or 1034423. OLE color: 1034423.
HSL color Cylindrical-coordinate representation of color #B7C80F: hue angle of 65.51º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7C80F is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 15 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.22 |
| HSL | 65.51º | 0.86% | 0.42% | - |
| HSV(B) | 65.51º | 0.93% | 0.78% | - |
| XYZ | 40.27 | 51.41 | 8.25 | - |
| YUV | 173.83 | 38.37 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 15 | 0.08 | 0 | 0.92 | 0.22 | 65.51 | 0.86 | 0.42 |
| Hex | B7 | C8 | F | 8 | 0 | 5C | 16 | 42 | 56 | 2A |
| Octal | 267 | 310 | 17 | 10 | 0 | 134 | 26 | 102 | 126 | 52 |
| Binary | 10110111 | 11001000 | 1111 | 1000 | 0 | 1011100 | 10110 | 1000010 | 1010110 | 101010 |
Color Harmonies of #B7C80F
Complementary color
Monochromatic Colors of #B7C80F
Black with #B7C80F
Text Example
Text Example
White with #B7C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C80F; }
p { color: rgb(183,200,15); }
H1.HeaderClassName
{
color: #B7C80F;
}
.AnyTagClassName
{
color: #B7C80F;
}
</style>
background-color css
<style>
a { background-color: #B7C80F; }
a { background-color: rgb(183,200,15); }
div.DivClassName
{
background-color: #B7C80F;
}
.BgClassName
{
background-color: #B7C80F;
}
</style>
border-color css
<style>
span { border-color: #B7C80F; }
span { border-color: rgb(183,200,15); }
td.TdClassName
{
border-color: #B7C80F;
}
.TagClassName
{
border-color: #B7C80F;
}
</style>