Shades of Rio Grande #B9BC23
Tints of Rio Grande #B9BC23
RGB
CMYK
RGB Variations
Color information
#B9BC23 (or 0xB9BC23) is known color: Rio Grande. HEX triplet: B9, BC and 23. RGB value is (185,188,35). Sum of RGB (Red+Green+Blue) = 185+188+35=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC23 is #4643DC. Grayscale: #AAAAAA. Windows color (decimal): -4604893 or 2342073. OLE color: 2342073.
HSL color Cylindrical-coordinate representation of color #B9BC23: hue angle of 61.18º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9BC23 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 35 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.26 |
| HSL | 61.18º | 0.69% | 0.44% | - |
| HSV(B) | 61.18º | 0.81% | 0.74% | - |
| XYZ | 38.29 | 46.4 | 8.53 | - |
| YUV | 169.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 35 | 0.02 | 0 | 0.81 | 0.26 | 61.18 | 0.69 | 0.44 |
| Hex | B9 | BC | 23 | 2 | 0 | 51 | 1A | 3D | 45 | 2C |
| Octal | 271 | 274 | 43 | 2 | 0 | 121 | 32 | 75 | 105 | 54 |
| Binary | 10111001 | 10111100 | 100011 | 10 | 0 | 1010001 | 11010 | 111101 | 1000101 | 101100 |
Color Harmonies of #B9BC23
Complementary color
Monochromatic Colors of #B9BC23
Black with #B9BC23
Text Example
Text Example
White with #B9BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC23; }
p { color: rgb(185,188,35); }
H1.HeaderClassName
{
color: #B9BC23;
}
.AnyTagClassName
{
color: #B9BC23;
}
</style>
background-color css
<style>
a { background-color: #B9BC23; }
a { background-color: rgb(185,188,35); }
div.DivClassName
{
background-color: #B9BC23;
}
.BgClassName
{
background-color: #B9BC23;
}
</style>
border-color css
<style>
span { border-color: #B9BC23; }
span { border-color: rgb(185,188,35); }
td.TdClassName
{
border-color: #B9BC23;
}
.TagClassName
{
border-color: #B9BC23;
}
</style>