Shades of Rio Grande #B7BD23
Tints of Rio Grande #B7BD23
RGB
CMYK
RGB Variations
Color information
#B7BD23 (or 0xB7BD23) is known color: Rio Grande. HEX triplet: B7, BD and 23. RGB value is (183,189,35). Sum of RGB (Red+Green+Blue) = 183+189+35=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD23 is #4842DC. Grayscale: #AAAAAA. Windows color (decimal): -4735709 or 2342327. OLE color: 2342327.
HSL color Cylindrical-coordinate representation of color #B7BD23: hue angle of 62.34º 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 #B7BD23 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 35 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.26 |
| HSL | 62.34º | 0.69% | 0.44% | - |
| HSV(B) | 62.34º | 0.81% | 0.74% | - |
| XYZ | 38.03 | 46.58 | 8.58 | - |
| YUV | 169.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 35 | 0.03 | 0 | 0.81 | 0.26 | 62.34 | 0.69 | 0.44 |
| Hex | B7 | BD | 23 | 3 | 0 | 51 | 1A | 3E | 45 | 2C |
| Octal | 267 | 275 | 43 | 3 | 0 | 121 | 32 | 76 | 105 | 54 |
| Binary | 10110111 | 10111101 | 100011 | 11 | 0 | 1010001 | 11010 | 111110 | 1000101 | 101100 |
Color Harmonies of #B7BD23
Complementary color
Monochromatic Colors of #B7BD23
Black with #B7BD23
Text Example
Text Example
White with #B7BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD23; }
p { color: rgb(183,189,35); }
H1.HeaderClassName
{
color: #B7BD23;
}
.AnyTagClassName
{
color: #B7BD23;
}
</style>
background-color css
<style>
a { background-color: #B7BD23; }
a { background-color: rgb(183,189,35); }
div.DivClassName
{
background-color: #B7BD23;
}
.BgClassName
{
background-color: #B7BD23;
}
</style>
border-color css
<style>
span { border-color: #B7BD23; }
span { border-color: rgb(183,189,35); }
td.TdClassName
{
border-color: #B7BD23;
}
.TagClassName
{
border-color: #B7BD23;
}
</style>