Shades of Rio Grande #B8D512
Tints of Rio Grande #B8D512
RGB
CMYK
RGB Variations
Color information
#B8D512 (or 0xB8D512) is known color: Rio Grande. HEX triplet: B8, D5 and 12. RGB value is (184,213,18). Sum of RGB (Red+Green+Blue) = 184+213+18=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D512 is #472AED. Grayscale: #B6B6B6. Windows color (decimal): -4664046 or 1234360. OLE color: 1234360.
HSL color Cylindrical-coordinate representation of color #B8D512: hue angle of 68.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8D512 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 18 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.16 |
| HSL | 68.92º | 0.84% | 0.45% | - |
| HSV(B) | 68.92º | 0.92% | 0.84% | - |
| XYZ | 43.67 | 57.82 | 9.43 | - |
| YUV | 182.1 | 35.39 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 18 | 0.14 | 0 | 0.92 | 0.16 | 68.92 | 0.84 | 0.45 |
| Hex | B8 | D5 | 12 | E | 0 | 5C | 10 | 45 | 54 | 2D |
| Octal | 270 | 325 | 22 | 16 | 0 | 134 | 20 | 105 | 124 | 55 |
| Binary | 10111000 | 11010101 | 10010 | 1110 | 0 | 1011100 | 10000 | 1000101 | 1010100 | 101101 |
Color Harmonies of #B8D512
Complementary color
Monochromatic Colors of #B8D512
Black with #B8D512
Text Example
Text Example
White with #B8D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D512; }
p { color: rgb(184,213,18); }
H1.HeaderClassName
{
color: #B8D512;
}
.AnyTagClassName
{
color: #B8D512;
}
</style>
background-color css
<style>
a { background-color: #B8D512; }
a { background-color: rgb(184,213,18); }
div.DivClassName
{
background-color: #B8D512;
}
.BgClassName
{
background-color: #B8D512;
}
</style>
border-color css
<style>
span { border-color: #B8D512; }
span { border-color: rgb(184,213,18); }
td.TdClassName
{
border-color: #B8D512;
}
.TagClassName
{
border-color: #B8D512;
}
</style>