Shades of Rio Grande #B7C328
Tints of Rio Grande #B7C328
RGB
CMYK
RGB Variations
Color information
#B7C328 (or 0xB7C328) is known color: Rio Grande. HEX triplet: B7, C3 and 28. RGB value is (183,195,40). Sum of RGB (Red+Green+Blue) = 183+195+40=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C328 is #483CD7. Grayscale: #AEAEAE. Windows color (decimal): -4734168 or 2671543. OLE color: 2671543.
HSL color Cylindrical-coordinate representation of color #B7C328: hue angle of 64.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7C328 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 40 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.24 |
| HSL | 64.65º | 0.66% | 0.46% | - |
| HSV(B) | 64.65º | 0.79% | 0.76% | - |
| XYZ | 39.43 | 49.25 | 9.44 | - |
| YUV | 173.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 40 | 0.06 | 0 | 0.79 | 0.24 | 64.65 | 0.66 | 0.46 |
| Hex | B7 | C3 | 28 | 6 | 0 | 4F | 18 | 41 | 42 | 2E |
| Octal | 267 | 303 | 50 | 6 | 0 | 117 | 30 | 101 | 102 | 56 |
| Binary | 10110111 | 11000011 | 101000 | 110 | 0 | 1001111 | 11000 | 1000001 | 1000010 | 101110 |
Color Harmonies of #B7C328
Complementary color
Monochromatic Colors of #B7C328
Black with #B7C328
Text Example
Text Example
White with #B7C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C328; }
p { color: rgb(183,195,40); }
H1.HeaderClassName
{
color: #B7C328;
}
.AnyTagClassName
{
color: #B7C328;
}
</style>
background-color css
<style>
a { background-color: #B7C328; }
a { background-color: rgb(183,195,40); }
div.DivClassName
{
background-color: #B7C328;
}
.BgClassName
{
background-color: #B7C328;
}
</style>
border-color css
<style>
span { border-color: #B7C328; }
span { border-color: rgb(183,195,40); }
td.TdClassName
{
border-color: #B7C328;
}
.TagClassName
{
border-color: #B7C328;
}
</style>