Shades of Rio Grande #B9C71C
Tints of Rio Grande #B9C71C
RGB
CMYK
RGB Variations
Color information
#B9C71C (or 0xB9C71C) is known color: Rio Grande. HEX triplet: B9, C7 and 1C. RGB value is (185,199,28). Sum of RGB (Red+Green+Blue) = 185+199+28=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C71C is #4638E3. Grayscale: #AFAFAF. Windows color (decimal): -4602084 or 1886137. OLE color: 1886137.
HSL color Cylindrical-coordinate representation of color #B9C71C: hue angle of 64.91º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9C71C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 28 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.22 |
| HSL | 64.91º | 0.75% | 0.45% | - |
| HSV(B) | 64.91º | 0.86% | 0.78% | - |
| XYZ | 40.64 | 51.24 | 8.85 | - |
| YUV | 175.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 28 | 0.07 | 0 | 0.86 | 0.22 | 64.91 | 0.75 | 0.45 |
| Hex | B9 | C7 | 1C | 7 | 0 | 56 | 16 | 41 | 4B | 2D |
| Octal | 271 | 307 | 34 | 7 | 0 | 126 | 26 | 101 | 113 | 55 |
| Binary | 10111001 | 11000111 | 11100 | 111 | 0 | 1010110 | 10110 | 1000001 | 1001011 | 101101 |
Color Harmonies of #B9C71C
Complementary color
Monochromatic Colors of #B9C71C
Black with #B9C71C
Text Example
Text Example
White with #B9C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C71C; }
p { color: rgb(185,199,28); }
H1.HeaderClassName
{
color: #B9C71C;
}
.AnyTagClassName
{
color: #B9C71C;
}
</style>
background-color css
<style>
a { background-color: #B9C71C; }
a { background-color: rgb(185,199,28); }
div.DivClassName
{
background-color: #B9C71C;
}
.BgClassName
{
background-color: #B9C71C;
}
</style>
border-color css
<style>
span { border-color: #B9C71C; }
span { border-color: rgb(185,199,28); }
td.TdClassName
{
border-color: #B9C71C;
}
.TagClassName
{
border-color: #B9C71C;
}
</style>