Shades of Rio Grande #B7BD24
Tints of Rio Grande #B7BD24
RGB
CMYK
RGB Variations
Color information
#B7BD24 (or 0xB7BD24) is known color: Rio Grande. HEX triplet: B7, BD and 24. RGB value is (183,189,36). Sum of RGB (Red+Green+Blue) = 183+189+36=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD24 is #4842DB. Grayscale: #AAAAAA. Windows color (decimal): -4735708 or 2407863. OLE color: 2407863.
HSL color Cylindrical-coordinate representation of color #B7BD24: hue angle of 62.35º degrees, saturation: 0.68, 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 #B7BD24 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 36 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.26 |
| HSL | 62.35º | 0.68% | 0.44% | - |
| HSV(B) | 62.35º | 0.81% | 0.74% | - |
| XYZ | 38.04 | 46.59 | 8.66 | - |
| YUV | 169.76 | 52.51 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 36 | 0.03 | 0 | 0.81 | 0.26 | 62.35 | 0.68 | 0.44 |
| Hex | B7 | BD | 24 | 3 | 0 | 51 | 1A | 3E | 44 | 2C |
| Octal | 267 | 275 | 44 | 3 | 0 | 121 | 32 | 76 | 104 | 54 |
| Binary | 10110111 | 10111101 | 100100 | 11 | 0 | 1010001 | 11010 | 111110 | 1000100 | 101100 |
Color Harmonies of #B7BD24
Complementary color
Monochromatic Colors of #B7BD24
Black with #B7BD24
Text Example
Text Example
White with #B7BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD24; }
p { color: rgb(183,189,36); }
H1.HeaderClassName
{
color: #B7BD24;
}
.AnyTagClassName
{
color: #B7BD24;
}
</style>
background-color css
<style>
a { background-color: #B7BD24; }
a { background-color: rgb(183,189,36); }
div.DivClassName
{
background-color: #B7BD24;
}
.BgClassName
{
background-color: #B7BD24;
}
</style>
border-color css
<style>
span { border-color: #B7BD24; }
span { border-color: rgb(183,189,36); }
td.TdClassName
{
border-color: #B7BD24;
}
.TagClassName
{
border-color: #B7BD24;
}
</style>