Shades of Rio Grande #B9C62C
Tints of Rio Grande #B9C62C
RGB
CMYK
RGB Variations
Color information
#B9C62C (or 0xB9C62C) is known color: Rio Grande. HEX triplet: B9, C6 and 2C. RGB value is (185,198,44). Sum of RGB (Red+Green+Blue) = 185+198+44=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C62C is #4639D3. Grayscale: #B1B1B1. Windows color (decimal): -4602324 or 2934457. OLE color: 2934457.
HSL color Cylindrical-coordinate representation of color #B9C62C: hue angle of 65.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9C62C is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 44 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.22 |
| HSL | 65.06º | 0.64% | 0.47% | - |
| HSV(B) | 65.06º | 0.78% | 0.78% | - |
| XYZ | 40.66 | 50.88 | 10.06 | - |
| YUV | 176.56 | 53.19 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 44 | 0.07 | 0 | 0.78 | 0.22 | 65.06 | 0.64 | 0.47 |
| Hex | B9 | C6 | 2C | 7 | 0 | 4E | 16 | 41 | 40 | 2F |
| Octal | 271 | 306 | 54 | 7 | 0 | 116 | 26 | 101 | 100 | 57 |
| Binary | 10111001 | 11000110 | 101100 | 111 | 0 | 1001110 | 10110 | 1000001 | 1000000 | 101111 |
Color Harmonies of #B9C62C
Complementary color
Monochromatic Colors of #B9C62C
Black with #B9C62C
Text Example
Text Example
White with #B9C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C62C; }
p { color: rgb(185,198,44); }
H1.HeaderClassName
{
color: #B9C62C;
}
.AnyTagClassName
{
color: #B9C62C;
}
</style>
background-color css
<style>
a { background-color: #B9C62C; }
a { background-color: rgb(185,198,44); }
div.DivClassName
{
background-color: #B9C62C;
}
.BgClassName
{
background-color: #B9C62C;
}
</style>
border-color css
<style>
span { border-color: #B9C62C; }
span { border-color: rgb(185,198,44); }
td.TdClassName
{
border-color: #B9C62C;
}
.TagClassName
{
border-color: #B9C62C;
}
</style>