Shades of La Rioja #B7CD08
Tints of La Rioja #B7CD08
RGB
CMYK
RGB Variations
Color information
#B7CD08 (or 0xB7CD08) is known color: La Rioja. HEX triplet: B7, CD and 08. RGB value is (183,205,8). Sum of RGB (Red+Green+Blue) = 183+205+8=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CD08 is #4832F7. Grayscale: #B0B0B0. Windows color (decimal): -4731640 or 576951. OLE color: 576951.
HSL color Cylindrical-coordinate representation of color #B7CD08: hue angle of 66.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7CD08 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.20 |
| HSL | 66.7º | 0.92% | 0.42% | - |
| HSV(B) | 66.7º | 0.96% | 0.8% | - |
| XYZ | 41.4 | 53.75 | 8.42 | - |
| YUV | 175.96 | 33.21 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 8 | 0.11 | 0 | 0.96 | 0.20 | 66.7 | 0.92 | 0.42 |
| Hex | B7 | CD | 8 | B | 0 | 60 | 14 | 43 | 5C | 2A |
| Octal | 267 | 315 | 10 | 13 | 0 | 140 | 24 | 103 | 134 | 52 |
| Binary | 10110111 | 11001101 | 1000 | 1011 | 0 | 1100000 | 10100 | 1000011 | 1011100 | 101010 |
Color Harmonies of #B7CD08
Complementary color
Monochromatic Colors of #B7CD08
Black with #B7CD08
Text Example
Text Example
White with #B7CD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CD08; }
p { color: rgb(183,205,8); }
H1.HeaderClassName
{
color: #B7CD08;
}
.AnyTagClassName
{
color: #B7CD08;
}
</style>
background-color css
<style>
a { background-color: #B7CD08; }
a { background-color: rgb(183,205,8); }
div.DivClassName
{
background-color: #B7CD08;
}
.BgClassName
{
background-color: #B7CD08;
}
</style>
border-color css
<style>
span { border-color: #B7CD08; }
span { border-color: rgb(183,205,8); }
td.TdClassName
{
border-color: #B7CD08;
}
.TagClassName
{
border-color: #B7CD08;
}
</style>