Shades of Rio Grande #B8D315
Tints of Rio Grande #B8D315
RGB
CMYK
RGB Variations
Color information
#B8D315 (or 0xB8D315) is known color: Rio Grande. HEX triplet: B8, D3 and 15. RGB value is (184,211,21). Sum of RGB (Red+Green+Blue) = 184+211+21=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D315 is #472CEA. Grayscale: #B6B6B6. Windows color (decimal): -4664555 or 1430456. OLE color: 1430456.
HSL color Cylindrical-coordinate representation of color #B8D315: hue angle of 68.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8D315 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 21 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.17 |
| HSL | 68.53º | 0.82% | 0.45% | - |
| HSV(B) | 68.53º | 0.9% | 0.83% | - |
| XYZ | 43.2 | 56.83 | 9.4 | - |
| YUV | 181.27 | 37.55 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 21 | 0.13 | 0 | 0.90 | 0.17 | 68.53 | 0.82 | 0.45 |
| Hex | B8 | D3 | 15 | D | 0 | 5A | 11 | 45 | 52 | 2D |
| Octal | 270 | 323 | 25 | 15 | 0 | 132 | 21 | 105 | 122 | 55 |
| Binary | 10111000 | 11010011 | 10101 | 1101 | 0 | 1011010 | 10001 | 1000101 | 1010010 | 101101 |
Color Harmonies of #B8D315
Complementary color
Monochromatic Colors of #B8D315
Black with #B8D315
Text Example
Text Example
White with #B8D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D315; }
p { color: rgb(184,211,21); }
H1.HeaderClassName
{
color: #B8D315;
}
.AnyTagClassName
{
color: #B8D315;
}
</style>
background-color css
<style>
a { background-color: #B8D315; }
a { background-color: rgb(184,211,21); }
div.DivClassName
{
background-color: #B8D315;
}
.BgClassName
{
background-color: #B8D315;
}
</style>
border-color css
<style>
span { border-color: #B8D315; }
span { border-color: rgb(184,211,21); }
td.TdClassName
{
border-color: #B8D315;
}
.TagClassName
{
border-color: #B8D315;
}
</style>