Shades of Rio Grande #B9C628
Tints of Rio Grande #B9C628
RGB
CMYK
RGB Variations
Color information
#B9C628 (or 0xB9C628) is known color: Rio Grande. HEX triplet: B9, C6 and 28. RGB value is (185,198,40). Sum of RGB (Red+Green+Blue) = 185+198+40=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C628 is #4639D7. Grayscale: #B0B0B0. Windows color (decimal): -4602328 or 2672313. OLE color: 2672313.
HSL color Cylindrical-coordinate representation of color #B9C628: hue angle of 64.94º degrees, saturation: 0.66, 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 #B9C628 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 40 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.22 |
| HSL | 64.94º | 0.66% | 0.47% | - |
| HSV(B) | 64.94º | 0.8% | 0.78% | - |
| XYZ | 40.58 | 50.86 | 9.68 | - |
| YUV | 176.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 40 | 0.07 | 0 | 0.80 | 0.22 | 64.94 | 0.66 | 0.47 |
| Hex | B9 | C6 | 28 | 7 | 0 | 50 | 16 | 41 | 42 | 2F |
| Octal | 271 | 306 | 50 | 7 | 0 | 120 | 26 | 101 | 102 | 57 |
| Binary | 10111001 | 11000110 | 101000 | 111 | 0 | 1010000 | 10110 | 1000001 | 1000010 | 101111 |
Color Harmonies of #B9C628
Complementary color
Monochromatic Colors of #B9C628
Black with #B9C628
Text Example
Text Example
White with #B9C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C628; }
p { color: rgb(185,198,40); }
H1.HeaderClassName
{
color: #B9C628;
}
.AnyTagClassName
{
color: #B9C628;
}
</style>
background-color css
<style>
a { background-color: #B9C628; }
a { background-color: rgb(185,198,40); }
div.DivClassName
{
background-color: #B9C628;
}
.BgClassName
{
background-color: #B9C628;
}
</style>
border-color css
<style>
span { border-color: #B9C628; }
span { border-color: rgb(185,198,40); }
td.TdClassName
{
border-color: #B9C628;
}
.TagClassName
{
border-color: #B9C628;
}
</style>