Shades of Rio Grande #B8D30C
Tints of Rio Grande #B8D30C
RGB
CMYK
RGB Variations
Color information
#B8D30C (or 0xB8D30C) is known color: Rio Grande. HEX triplet: B8, D3 and 0C. RGB value is (184,211,12). Sum of RGB (Red+Green+Blue) = 184+211+12=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D30C is #472CF3. Grayscale: #B5B5B5. Windows color (decimal): -4664564 or 840632. OLE color: 840632.
HSL color Cylindrical-coordinate representation of color #B8D30C: hue angle of 68.14º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8D30C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.17 |
| HSL | 68.14º | 0.89% | 0.44% | - |
| HSV(B) | 68.14º | 0.94% | 0.83% | - |
| XYZ | 43.13 | 56.81 | 9.04 | - |
| YUV | 180.24 | 33.05 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 12 | 0.13 | 0 | 0.94 | 0.17 | 68.14 | 0.89 | 0.44 |
| Hex | B8 | D3 | C | D | 0 | 5E | 11 | 44 | 59 | 2C |
| Octal | 270 | 323 | 14 | 15 | 0 | 136 | 21 | 104 | 131 | 54 |
| Binary | 10111000 | 11010011 | 1100 | 1101 | 0 | 1011110 | 10001 | 1000100 | 1011001 | 101100 |
Color Harmonies of #B8D30C
Complementary color
Monochromatic Colors of #B8D30C
Black with #B8D30C
Text Example
Text Example
White with #B8D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D30C; }
p { color: rgb(184,211,12); }
H1.HeaderClassName
{
color: #B8D30C;
}
.AnyTagClassName
{
color: #B8D30C;
}
</style>
background-color css
<style>
a { background-color: #B8D30C; }
a { background-color: rgb(184,211,12); }
div.DivClassName
{
background-color: #B8D30C;
}
.BgClassName
{
background-color: #B8D30C;
}
</style>
border-color css
<style>
span { border-color: #B8D30C; }
span { border-color: rgb(184,211,12); }
td.TdClassName
{
border-color: #B8D30C;
}
.TagClassName
{
border-color: #B8D30C;
}
</style>