Shades of Rio Grande #B9C52B
Tints of Rio Grande #B9C52B
RGB
CMYK
RGB Variations
Color information
#B9C52B (or 0xB9C52B) is known color: Rio Grande. HEX triplet: B9, C5 and 2B. RGB value is (185,197,43). Sum of RGB (Red+Green+Blue) = 185+197+43=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C52B is #463AD4. Grayscale: #B0B0B0. Windows color (decimal): -4602581 or 2868665. OLE color: 2868665.
HSL color Cylindrical-coordinate representation of color #B9C52B: hue angle of 64.68º 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 #B9C52B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 43 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.23 |
| HSL | 64.68º | 0.64% | 0.47% | - |
| HSV(B) | 64.68º | 0.78% | 0.77% | - |
| XYZ | 40.41 | 50.42 | 9.89 | - |
| YUV | 175.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 43 | 0.06 | 0 | 0.78 | 0.23 | 64.68 | 0.64 | 0.47 |
| Hex | B9 | C5 | 2B | 6 | 0 | 4E | 17 | 41 | 40 | 2F |
| Octal | 271 | 305 | 53 | 6 | 0 | 116 | 27 | 101 | 100 | 57 |
| Binary | 10111001 | 11000101 | 101011 | 110 | 0 | 1001110 | 10111 | 1000001 | 1000000 | 101111 |
Color Harmonies of #B9C52B
Complementary color
Monochromatic Colors of #B9C52B
Black with #B9C52B
Text Example
Text Example
White with #B9C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C52B; }
p { color: rgb(185,197,43); }
H1.HeaderClassName
{
color: #B9C52B;
}
.AnyTagClassName
{
color: #B9C52B;
}
</style>
background-color css
<style>
a { background-color: #B9C52B; }
a { background-color: rgb(185,197,43); }
div.DivClassName
{
background-color: #B9C52B;
}
.BgClassName
{
background-color: #B9C52B;
}
</style>
border-color css
<style>
span { border-color: #B9C52B; }
span { border-color: rgb(185,197,43); }
td.TdClassName
{
border-color: #B9C52B;
}
.TagClassName
{
border-color: #B9C52B;
}
</style>