Shades of Rio Grande #B8C518
Tints of Rio Grande #B8C518
RGB
CMYK
RGB Variations
Color information
#B8C518 (or 0xB8C518) is known color: Rio Grande. HEX triplet: B8, C5 and 18. RGB value is (184,197,24). Sum of RGB (Red+Green+Blue) = 184+197+24=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C518 is #473AE7. Grayscale: #AEAEAE. Windows color (decimal): -4668136 or 1623480. OLE color: 1623480.
HSL color Cylindrical-coordinate representation of color #B8C518: hue angle of 64.51º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8C518 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 24 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.23 |
| HSL | 64.51º | 0.78% | 0.43% | - |
| HSV(B) | 64.51º | 0.88% | 0.77% | - |
| XYZ | 39.9 | 50.19 | 8.45 | - |
| YUV | 173.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 24 | 0.07 | 0 | 0.88 | 0.23 | 64.51 | 0.78 | 0.43 |
| Hex | B8 | C5 | 18 | 7 | 0 | 58 | 17 | 41 | 4E | 2B |
| Octal | 270 | 305 | 30 | 7 | 0 | 130 | 27 | 101 | 116 | 53 |
| Binary | 10111000 | 11000101 | 11000 | 111 | 0 | 1011000 | 10111 | 1000001 | 1001110 | 101011 |
Color Harmonies of #B8C518
Complementary color
Monochromatic Colors of #B8C518
Black with #B8C518
Text Example
Text Example
White with #B8C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C518; }
p { color: rgb(184,197,24); }
H1.HeaderClassName
{
color: #B8C518;
}
.AnyTagClassName
{
color: #B8C518;
}
</style>
background-color css
<style>
a { background-color: #B8C518; }
a { background-color: rgb(184,197,24); }
div.DivClassName
{
background-color: #B8C518;
}
.BgClassName
{
background-color: #B8C518;
}
</style>
border-color css
<style>
span { border-color: #B8C518; }
span { border-color: rgb(184,197,24); }
td.TdClassName
{
border-color: #B8C518;
}
.TagClassName
{
border-color: #B8C518;
}
</style>