Shades of Rio Grande #B8D312
Tints of Rio Grande #B8D312
RGB
CMYK
RGB Variations
Color information
#B8D312 (or 0xB8D312) is known color: Rio Grande. HEX triplet: B8, D3 and 12. RGB value is (184,211,18). Sum of RGB (Red+Green+Blue) = 184+211+18=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D312 is #472CED. Grayscale: #B5B5B5. Windows color (decimal): -4664558 or 1233848. OLE color: 1233848.
HSL color Cylindrical-coordinate representation of color #B8D312: hue angle of 68.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8D312 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 18 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.17 |
| HSL | 68.39º | 0.84% | 0.45% | - |
| HSV(B) | 68.39º | 0.91% | 0.83% | - |
| XYZ | 43.17 | 56.82 | 9.26 | - |
| YUV | 180.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 18 | 0.13 | 0 | 0.91 | 0.17 | 68.39 | 0.84 | 0.45 |
| Hex | B8 | D3 | 12 | D | 0 | 5B | 11 | 44 | 54 | 2D |
| Octal | 270 | 323 | 22 | 15 | 0 | 133 | 21 | 104 | 124 | 55 |
| Binary | 10111000 | 11010011 | 10010 | 1101 | 0 | 1011011 | 10001 | 1000100 | 1010100 | 101101 |
Color Harmonies of #B8D312
Complementary color
Monochromatic Colors of #B8D312
Black with #B8D312
Text Example
Text Example
White with #B8D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D312; }
p { color: rgb(184,211,18); }
H1.HeaderClassName
{
color: #B8D312;
}
.AnyTagClassName
{
color: #B8D312;
}
</style>
background-color css
<style>
a { background-color: #B8D312; }
a { background-color: rgb(184,211,18); }
div.DivClassName
{
background-color: #B8D312;
}
.BgClassName
{
background-color: #B8D312;
}
</style>
border-color css
<style>
span { border-color: #B8D312; }
span { border-color: rgb(184,211,18); }
td.TdClassName
{
border-color: #B8D312;
}
.TagClassName
{
border-color: #B8D312;
}
</style>