Shades of Rio Grande #B9C828
Tints of Rio Grande #B9C828
RGB
CMYK
RGB Variations
Color information
#B9C828 (or 0xB9C828) is known color: Rio Grande. HEX triplet: B9, C8 and 28. RGB value is (185,200,40). Sum of RGB (Red+Green+Blue) = 185+200+40=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C828 is #4637D7. Grayscale: #B1B1B1. Windows color (decimal): -4601816 or 2672825. OLE color: 2672825.
HSL color Cylindrical-coordinate representation of color #B9C828: hue angle of 65.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9C828 is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 40 | - |
| CMYK | 0.08 | 0 | 0.8 | 0.22 |
| HSL | 65.63º | 0.67% | 0.47% | - |
| HSV(B) | 65.63º | 0.8% | 0.78% | - |
| XYZ | 41.04 | 51.78 | 9.84 | - |
| YUV | 177.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 40 | 0.08 | 0 | 0.8 | 0.22 | 65.63 | 0.67 | 0.47 |
| Hex | B9 | C8 | 28 | 8 | 0 | 50 | 16 | 42 | 43 | 2F |
| Octal | 271 | 310 | 50 | 10 | 0 | 120 | 26 | 102 | 103 | 57 |
| Binary | 10111001 | 11001000 | 101000 | 1000 | 0 | 1010000 | 10110 | 1000010 | 1000011 | 101111 |
Color Harmonies of #B9C828
Complementary color
Monochromatic Colors of #B9C828
Black with #B9C828
Text Example
Text Example
White with #B9C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C828; }
p { color: rgb(185,200,40); }
H1.HeaderClassName
{
color: #B9C828;
}
.AnyTagClassName
{
color: #B9C828;
}
</style>
background-color css
<style>
a { background-color: #B9C828; }
a { background-color: rgb(185,200,40); }
div.DivClassName
{
background-color: #B9C828;
}
.BgClassName
{
background-color: #B9C828;
}
</style>
border-color css
<style>
span { border-color: #B9C828; }
span { border-color: rgb(185,200,40); }
td.TdClassName
{
border-color: #B9C828;
}
.TagClassName
{
border-color: #B9C828;
}
</style>