Shades of Rio Grande #B8D51B
Tints of Rio Grande #B8D51B
RGB
CMYK
RGB Variations
Color information
#B8D51B (or 0xB8D51B) is known color: Rio Grande. HEX triplet: B8, D5 and 1B. RGB value is (184,213,27). Sum of RGB (Red+Green+Blue) = 184+213+27=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D51B is #472AE4. Grayscale: #B7B7B7. Windows color (decimal): -4664037 or 1824184. OLE color: 1824184.
HSL color Cylindrical-coordinate representation of color #B8D51B: hue angle of 69.35º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8D51B is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 27 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.16 |
| HSL | 69.35º | 0.78% | 0.47% | - |
| HSV(B) | 69.35º | 0.87% | 0.84% | - |
| XYZ | 43.76 | 57.86 | 9.9 | - |
| YUV | 183.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 27 | 0.14 | 0 | 0.87 | 0.16 | 69.35 | 0.78 | 0.47 |
| Hex | B8 | D5 | 1B | E | 0 | 57 | 10 | 45 | 4E | 2F |
| Octal | 270 | 325 | 33 | 16 | 0 | 127 | 20 | 105 | 116 | 57 |
| Binary | 10111000 | 11010101 | 11011 | 1110 | 0 | 1010111 | 10000 | 1000101 | 1001110 | 101111 |
Color Harmonies of #B8D51B
Complementary color
Monochromatic Colors of #B8D51B
Black with #B8D51B
Text Example
Text Example
White with #B8D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D51B; }
p { color: rgb(184,213,27); }
H1.HeaderClassName
{
color: #B8D51B;
}
.AnyTagClassName
{
color: #B8D51B;
}
</style>
background-color css
<style>
a { background-color: #B8D51B; }
a { background-color: rgb(184,213,27); }
div.DivClassName
{
background-color: #B8D51B;
}
.BgClassName
{
background-color: #B8D51B;
}
</style>
border-color css
<style>
span { border-color: #B8D51B; }
span { border-color: rgb(184,213,27); }
td.TdClassName
{
border-color: #B8D51B;
}
.TagClassName
{
border-color: #B8D51B;
}
</style>