Shades of Rio Grande #B8D015
Tints of Rio Grande #B8D015
RGB
CMYK
RGB Variations
Color information
#B8D015 (or 0xB8D015) is known color: Rio Grande. HEX triplet: B8, D0 and 15. RGB value is (184,208,21). Sum of RGB (Red+Green+Blue) = 184+208+21=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D015 is #472FEA. Grayscale: #B4B4B4. Windows color (decimal): -4665323 or 1429688. OLE color: 1429688.
HSL color Cylindrical-coordinate representation of color #B8D015: hue angle of 67.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8D015 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 21 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.18 |
| HSL | 67.7º | 0.82% | 0.45% | - |
| HSV(B) | 67.7º | 0.9% | 0.82% | - |
| XYZ | 42.46 | 55.36 | 9.16 | - |
| YUV | 179.51 | 38.55 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 21 | 0.12 | 0 | 0.90 | 0.18 | 67.7 | 0.82 | 0.45 |
| Hex | B8 | D0 | 15 | C | 0 | 5A | 12 | 44 | 52 | 2D |
| Octal | 270 | 320 | 25 | 14 | 0 | 132 | 22 | 104 | 122 | 55 |
| Binary | 10111000 | 11010000 | 10101 | 1100 | 0 | 1011010 | 10010 | 1000100 | 1010010 | 101101 |
Color Harmonies of #B8D015
Complementary color
Monochromatic Colors of #B8D015
Black with #B8D015
Text Example
Text Example
White with #B8D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D015; }
p { color: rgb(184,208,21); }
H1.HeaderClassName
{
color: #B8D015;
}
.AnyTagClassName
{
color: #B8D015;
}
</style>
background-color css
<style>
a { background-color: #B8D015; }
a { background-color: rgb(184,208,21); }
div.DivClassName
{
background-color: #B8D015;
}
.BgClassName
{
background-color: #B8D015;
}
</style>
border-color css
<style>
span { border-color: #B8D015; }
span { border-color: rgb(184,208,21); }
td.TdClassName
{
border-color: #B8D015;
}
.TagClassName
{
border-color: #B8D015;
}
</style>