Shades of Rio Grande #B7C123
Tints of Rio Grande #B7C123
RGB
CMYK
RGB Variations
Color information
#B7C123 (or 0xB7C123) is known color: Rio Grande. HEX triplet: B7, C1 and 23. RGB value is (183,193,35). Sum of RGB (Red+Green+Blue) = 183+193+35=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C123 is #483EDC. Grayscale: #ACACAC. Windows color (decimal): -4734685 or 2343351. OLE color: 2343351.
HSL color Cylindrical-coordinate representation of color #B7C123: hue angle of 63.8º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7C123 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 35 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.24 |
| HSL | 63.8º | 0.69% | 0.45% | - |
| HSV(B) | 63.8º | 0.82% | 0.76% | - |
| XYZ | 38.9 | 48.33 | 8.87 | - |
| YUV | 172 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 35 | 0.05 | 0 | 0.82 | 0.24 | 63.8 | 0.69 | 0.45 |
| Hex | B7 | C1 | 23 | 5 | 0 | 52 | 18 | 40 | 45 | 2D |
| Octal | 267 | 301 | 43 | 5 | 0 | 122 | 30 | 100 | 105 | 55 |
| Binary | 10110111 | 11000001 | 100011 | 101 | 0 | 1010010 | 11000 | 1000000 | 1000101 | 101101 |
Color Harmonies of #B7C123
Complementary color
Monochromatic Colors of #B7C123
Black with #B7C123
Text Example
Text Example
White with #B7C123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C123; }
p { color: rgb(183,193,35); }
H1.HeaderClassName
{
color: #B7C123;
}
.AnyTagClassName
{
color: #B7C123;
}
</style>
background-color css
<style>
a { background-color: #B7C123; }
a { background-color: rgb(183,193,35); }
div.DivClassName
{
background-color: #B7C123;
}
.BgClassName
{
background-color: #B7C123;
}
</style>
border-color css
<style>
span { border-color: #B7C123; }
span { border-color: rgb(183,193,35); }
td.TdClassName
{
border-color: #B7C123;
}
.TagClassName
{
border-color: #B7C123;
}
</style>