Shades of Rio Grande #B8D212
Tints of Rio Grande #B8D212
RGB
CMYK
RGB Variations
Color information
#B8D212 (or 0xB8D212) is known color: Rio Grande. HEX triplet: B8, D2 and 12. RGB value is (184,210,18). Sum of RGB (Red+Green+Blue) = 184+210+18=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D212 is #472DED. Grayscale: #B5B5B5. Windows color (decimal): -4664814 or 1233592. OLE color: 1233592.
HSL color Cylindrical-coordinate representation of color #B8D212: hue angle of 68.13º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8D212 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 18 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.18 |
| HSL | 68.13º | 0.84% | 0.45% | - |
| HSV(B) | 68.13º | 0.91% | 0.82% | - |
| XYZ | 42.92 | 56.33 | 9.18 | - |
| YUV | 180.34 | 36.39 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 18 | 0.12 | 0 | 0.91 | 0.18 | 68.13 | 0.84 | 0.45 |
| Hex | B8 | D2 | 12 | C | 0 | 5B | 12 | 44 | 54 | 2D |
| Octal | 270 | 322 | 22 | 14 | 0 | 133 | 22 | 104 | 124 | 55 |
| Binary | 10111000 | 11010010 | 10010 | 1100 | 0 | 1011011 | 10010 | 1000100 | 1010100 | 101101 |
Color Harmonies of #B8D212
Complementary color
Monochromatic Colors of #B8D212
Black with #B8D212
Text Example
Text Example
White with #B8D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D212; }
p { color: rgb(184,210,18); }
H1.HeaderClassName
{
color: #B8D212;
}
.AnyTagClassName
{
color: #B8D212;
}
</style>
background-color css
<style>
a { background-color: #B8D212; }
a { background-color: rgb(184,210,18); }
div.DivClassName
{
background-color: #B8D212;
}
.BgClassName
{
background-color: #B8D212;
}
</style>
border-color css
<style>
span { border-color: #B8D212; }
span { border-color: rgb(184,210,18); }
td.TdClassName
{
border-color: #B8D212;
}
.TagClassName
{
border-color: #B8D212;
}
</style>