Shades of Rio Grande #B8C51F
Tints of Rio Grande #B8C51F
RGB
CMYK
RGB Variations
Color information
#B8C51F (or 0xB8C51F) is known color: Rio Grande. HEX triplet: B8, C5 and 1F. RGB value is (184,197,31). Sum of RGB (Red+Green+Blue) = 184+197+31=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C51F is #473AE0. Grayscale: #AEAEAE. Windows color (decimal): -4668129 or 2082232. OLE color: 2082232.
HSL color Cylindrical-coordinate representation of color #B8C51F: hue angle of 64.7º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8C51F is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 31 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.23 |
| HSL | 64.7º | 0.73% | 0.45% | - |
| HSV(B) | 64.7º | 0.84% | 0.77% | - |
| XYZ | 39.98 | 50.22 | 8.88 | - |
| YUV | 174.19 | 47.19 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 31 | 0.07 | 0 | 0.84 | 0.23 | 64.7 | 0.73 | 0.45 |
| Hex | B8 | C5 | 1F | 7 | 0 | 54 | 17 | 41 | 49 | 2D |
| Octal | 270 | 305 | 37 | 7 | 0 | 124 | 27 | 101 | 111 | 55 |
| Binary | 10111000 | 11000101 | 11111 | 111 | 0 | 1010100 | 10111 | 1000001 | 1001001 | 101101 |
Color Harmonies of #B8C51F
Complementary color
Monochromatic Colors of #B8C51F
Black with #B8C51F
Text Example
Text Example
White with #B8C51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C51F; }
p { color: rgb(184,197,31); }
H1.HeaderClassName
{
color: #B8C51F;
}
.AnyTagClassName
{
color: #B8C51F;
}
</style>
background-color css
<style>
a { background-color: #B8C51F; }
a { background-color: rgb(184,197,31); }
div.DivClassName
{
background-color: #B8C51F;
}
.BgClassName
{
background-color: #B8C51F;
}
</style>
border-color css
<style>
span { border-color: #B8C51F; }
span { border-color: rgb(184,197,31); }
td.TdClassName
{
border-color: #B8C51F;
}
.TagClassName
{
border-color: #B8C51F;
}
</style>