Shades of Rio Grande #BED71B
Tints of Rio Grande #BED71B
RGB
CMYK
RGB Variations
Color information
#BED71B (or 0xBED71B) is known color: Rio Grande. HEX triplet: BE, D7 and 1B. RGB value is (190,215,27). Sum of RGB (Red+Green+Blue) = 190+215+27=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #BED71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED71B is #4128E4. Grayscale: #BABABA. Windows color (decimal): -4270309 or 1824702. OLE color: 1824702.
HSL color Cylindrical-coordinate representation of color #BED71B: hue angle of 67.98º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BED71B is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 27 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.16 |
| HSL | 67.98º | 0.78% | 0.47% | - |
| HSV(B) | 67.98º | 0.87% | 0.84% | - |
| XYZ | 45.73 | 59.63 | 10.14 | - |
| YUV | 186.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 27 | 0.12 | 0 | 0.87 | 0.16 | 67.98 | 0.78 | 0.47 |
| Hex | BE | D7 | 1B | C | 0 | 57 | 10 | 44 | 4E | 2F |
| Octal | 276 | 327 | 33 | 14 | 0 | 127 | 20 | 104 | 116 | 57 |
| Binary | 10111110 | 11010111 | 11011 | 1100 | 0 | 1010111 | 10000 | 1000100 | 1001110 | 101111 |
Color Harmonies of #BED71B
Complementary color
Monochromatic Colors of #BED71B
Black with #BED71B
Text Example
Text Example
White with #BED71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED71B; }
p { color: rgb(190,215,27); }
H1.HeaderClassName
{
color: #BED71B;
}
.AnyTagClassName
{
color: #BED71B;
}
</style>
background-color css
<style>
a { background-color: #BED71B; }
a { background-color: rgb(190,215,27); }
div.DivClassName
{
background-color: #BED71B;
}
.BgClassName
{
background-color: #BED71B;
}
</style>
border-color css
<style>
span { border-color: #BED71B; }
span { border-color: rgb(190,215,27); }
td.TdClassName
{
border-color: #BED71B;
}
.TagClassName
{
border-color: #BED71B;
}
</style>