Shades of Rio Grande #BED31A
Tints of Rio Grande #BED31A
RGB
CMYK
RGB Variations
Color information
#BED31A (or 0xBED31A) is known color: Rio Grande. HEX triplet: BE, D3 and 1A. RGB value is (190,211,26). Sum of RGB (Red+Green+Blue) = 190+211+26=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #BED31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED31A is #412CE5. Grayscale: #B8B8B8. Windows color (decimal): -4271334 or 1758142. OLE color: 1758142.
HSL color Cylindrical-coordinate representation of color #BED31A: hue angle of 66.81º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BED31A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 26 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.17 |
| HSL | 66.81º | 0.78% | 0.46% | - |
| HSV(B) | 66.81º | 0.88% | 0.83% | - |
| XYZ | 44.72 | 57.61 | 9.74 | - |
| YUV | 183.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 26 | 0.10 | 0 | 0.88 | 0.17 | 66.81 | 0.78 | 0.46 |
| Hex | BE | D3 | 1A | A | 0 | 58 | 11 | 43 | 4E | 2E |
| Octal | 276 | 323 | 32 | 12 | 0 | 130 | 21 | 103 | 116 | 56 |
| Binary | 10111110 | 11010011 | 11010 | 1010 | 0 | 1011000 | 10001 | 1000011 | 1001110 | 101110 |
Color Harmonies of #BED31A
Complementary color
Monochromatic Colors of #BED31A
Black with #BED31A
Text Example
Text Example
White with #BED31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED31A; }
p { color: rgb(190,211,26); }
H1.HeaderClassName
{
color: #BED31A;
}
.AnyTagClassName
{
color: #BED31A;
}
</style>
background-color css
<style>
a { background-color: #BED31A; }
a { background-color: rgb(190,211,26); }
div.DivClassName
{
background-color: #BED31A;
}
.BgClassName
{
background-color: #BED31A;
}
</style>
border-color css
<style>
span { border-color: #BED31A; }
span { border-color: rgb(190,211,26); }
td.TdClassName
{
border-color: #BED31A;
}
.TagClassName
{
border-color: #BED31A;
}
</style>