Shades of Rio Grande #B9D314
Tints of Rio Grande #B9D314
RGB
CMYK
RGB Variations
Color information
#B9D314 (or 0xB9D314) is known color: Rio Grande. HEX triplet: B9, D3 and 14. RGB value is (185,211,20). Sum of RGB (Red+Green+Blue) = 185+211+20=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D314 is #462CEB. Grayscale: #B6B6B6. Windows color (decimal): -4599020 or 1364921. OLE color: 1364921.
HSL color Cylindrical-coordinate representation of color #B9D314: hue angle of 68.17º degrees, saturation: 0.83, 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 #B9D314 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 20 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.17 |
| HSL | 68.17º | 0.83% | 0.45% | - |
| HSV(B) | 68.17º | 0.91% | 0.83% | - |
| XYZ | 43.43 | 56.95 | 9.37 | - |
| YUV | 181.45 | 36.89 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 20 | 0.12 | 0 | 0.91 | 0.17 | 68.17 | 0.83 | 0.45 |
| Hex | B9 | D3 | 14 | C | 0 | 5B | 11 | 44 | 53 | 2D |
| Octal | 271 | 323 | 24 | 14 | 0 | 133 | 21 | 104 | 123 | 55 |
| Binary | 10111001 | 11010011 | 10100 | 1100 | 0 | 1011011 | 10001 | 1000100 | 1010011 | 101101 |
Color Harmonies of #B9D314
Complementary color
Monochromatic Colors of #B9D314
Black with #B9D314
Text Example
Text Example
White with #B9D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D314; }
p { color: rgb(185,211,20); }
H1.HeaderClassName
{
color: #B9D314;
}
.AnyTagClassName
{
color: #B9D314;
}
</style>
background-color css
<style>
a { background-color: #B9D314; }
a { background-color: rgb(185,211,20); }
div.DivClassName
{
background-color: #B9D314;
}
.BgClassName
{
background-color: #B9D314;
}
</style>
border-color css
<style>
span { border-color: #B9D314; }
span { border-color: rgb(185,211,20); }
td.TdClassName
{
border-color: #B9D314;
}
.TagClassName
{
border-color: #B9D314;
}
</style>