Shades of Rio Grande #B9C42B
Tints of Rio Grande #B9C42B
RGB
CMYK
RGB Variations
Color information
#B9C42B (or 0xB9C42B) is known color: Rio Grande. HEX triplet: B9, C4 and 2B. RGB value is (185,196,43). Sum of RGB (Red+Green+Blue) = 185+196+43=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C42B is #463BD4. Grayscale: #AFAFAF. Windows color (decimal): -4602837 or 2868409. OLE color: 2868409.
HSL color Cylindrical-coordinate representation of color #B9C42B: hue angle of 64.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9C42B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 43 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.23 |
| HSL | 64.31º | 0.64% | 0.47% | - |
| HSV(B) | 64.31º | 0.78% | 0.77% | - |
| XYZ | 40.18 | 49.97 | 9.81 | - |
| YUV | 175.27 | 53.36 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 43 | 0.06 | 0 | 0.78 | 0.23 | 64.31 | 0.64 | 0.47 |
| Hex | B9 | C4 | 2B | 6 | 0 | 4E | 17 | 40 | 40 | 2F |
| Octal | 271 | 304 | 53 | 6 | 0 | 116 | 27 | 100 | 100 | 57 |
| Binary | 10111001 | 11000100 | 101011 | 110 | 0 | 1001110 | 10111 | 1000000 | 1000000 | 101111 |
Color Harmonies of #B9C42B
Complementary color
Monochromatic Colors of #B9C42B
Black with #B9C42B
Text Example
Text Example
White with #B9C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C42B; }
p { color: rgb(185,196,43); }
H1.HeaderClassName
{
color: #B9C42B;
}
.AnyTagClassName
{
color: #B9C42B;
}
</style>
background-color css
<style>
a { background-color: #B9C42B; }
a { background-color: rgb(185,196,43); }
div.DivClassName
{
background-color: #B9C42B;
}
.BgClassName
{
background-color: #B9C42B;
}
</style>
border-color css
<style>
span { border-color: #B9C42B; }
span { border-color: rgb(185,196,43); }
td.TdClassName
{
border-color: #B9C42B;
}
.TagClassName
{
border-color: #B9C42B;
}
</style>