Shades of Rio Grande #B7C425
Tints of Rio Grande #B7C425
RGB
CMYK
RGB Variations
Color information
#B7C425 (or 0xB7C425) is known color: Rio Grande. HEX triplet: B7, C4 and 25. RGB value is (183,196,37). Sum of RGB (Red+Green+Blue) = 183+196+37=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C425 is #483BDA. Grayscale: #AEAEAE. Windows color (decimal): -4733915 or 2475191. OLE color: 2475191.
HSL color Cylindrical-coordinate representation of color #B7C425: hue angle of 64.91º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7C425 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 37 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.23 |
| HSL | 64.91º | 0.68% | 0.46% | - |
| HSV(B) | 64.91º | 0.81% | 0.77% | - |
| XYZ | 39.6 | 49.68 | 9.25 | - |
| YUV | 173.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 37 | 0.07 | 0 | 0.81 | 0.23 | 64.91 | 0.68 | 0.46 |
| Hex | B7 | C4 | 25 | 7 | 0 | 51 | 17 | 41 | 44 | 2E |
| Octal | 267 | 304 | 45 | 7 | 0 | 121 | 27 | 101 | 104 | 56 |
| Binary | 10110111 | 11000100 | 100101 | 111 | 0 | 1010001 | 10111 | 1000001 | 1000100 | 101110 |
Color Harmonies of #B7C425
Complementary color
Monochromatic Colors of #B7C425
Black with #B7C425
Text Example
Text Example
White with #B7C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C425; }
p { color: rgb(183,196,37); }
H1.HeaderClassName
{
color: #B7C425;
}
.AnyTagClassName
{
color: #B7C425;
}
</style>
background-color css
<style>
a { background-color: #B7C425; }
a { background-color: rgb(183,196,37); }
div.DivClassName
{
background-color: #B7C425;
}
.BgClassName
{
background-color: #B7C425;
}
</style>
border-color css
<style>
span { border-color: #B7C425; }
span { border-color: rgb(183,196,37); }
td.TdClassName
{
border-color: #B7C425;
}
.TagClassName
{
border-color: #B7C425;
}
</style>