Shades of Rio Grande #BED51B
Tints of Rio Grande #BED51B
RGB
CMYK
RGB Variations
Color information
#BED51B (or 0xBED51B) is known color: Rio Grande. HEX triplet: BE, D5 and 1B. RGB value is (190,213,27). Sum of RGB (Red+Green+Blue) = 190+213+27=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #BED51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED51B is #412AE4. Grayscale: #B9B9B9. Windows color (decimal): -4270821 or 1824190. OLE color: 1824190.
HSL color Cylindrical-coordinate representation of color #BED51B: hue angle of 67.42º degrees, saturation: 0.77, 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 #BED51B is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 27 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.16 |
| HSL | 67.42º | 0.78% | 0.47% | - |
| HSV(B) | 67.42º | 0.87% | 0.84% | - |
| XYZ | 45.23 | 58.61 | 9.97 | - |
| YUV | 184.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 27 | 0.11 | 0 | 0.87 | 0.16 | 67.42 | 0.78 | 0.47 |
| Hex | BE | D5 | 1B | B | 0 | 57 | 10 | 43 | 4E | 2F |
| Octal | 276 | 325 | 33 | 13 | 0 | 127 | 20 | 103 | 116 | 57 |
| Binary | 10111110 | 11010101 | 11011 | 1011 | 0 | 1010111 | 10000 | 1000011 | 1001110 | 101111 |
Color Harmonies of #BED51B
Complementary color
Monochromatic Colors of #BED51B
Black with #BED51B
Text Example
Text Example
White with #BED51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED51B; }
p { color: rgb(190,213,27); }
H1.HeaderClassName
{
color: #BED51B;
}
.AnyTagClassName
{
color: #BED51B;
}
</style>
background-color css
<style>
a { background-color: #BED51B; }
a { background-color: rgb(190,213,27); }
div.DivClassName
{
background-color: #BED51B;
}
.BgClassName
{
background-color: #BED51B;
}
</style>
border-color css
<style>
span { border-color: #BED51B; }
span { border-color: rgb(190,213,27); }
td.TdClassName
{
border-color: #BED51B;
}
.TagClassName
{
border-color: #BED51B;
}
</style>