Shades of Rio Grande #BED81A
Tints of Rio Grande #BED81A
RGB
CMYK
RGB Variations
Color information
#BED81A (or 0xBED81A) is known color: Rio Grande. HEX triplet: BE, D8 and 1A. RGB value is (190,216,26). Sum of RGB (Red+Green+Blue) = 190+216+26=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #BED81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED81A is #4127E5. Grayscale: #BBBBBB. Windows color (decimal): -4270054 or 1759422. OLE color: 1759422.
HSL color Cylindrical-coordinate representation of color #BED81A: hue angle of 68.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BED81A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 26 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.15 |
| HSL | 68.21º | 0.79% | 0.47% | - |
| HSV(B) | 68.21º | 0.88% | 0.85% | - |
| XYZ | 45.98 | 60.13 | 10.16 | - |
| YUV | 186.57 | 37.39 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 26 | 0.12 | 0 | 0.88 | 0.15 | 68.21 | 0.79 | 0.47 |
| Hex | BE | D8 | 1A | C | 0 | 58 | F | 44 | 4F | 2F |
| Octal | 276 | 330 | 32 | 14 | 0 | 130 | 17 | 104 | 117 | 57 |
| Binary | 10111110 | 11011000 | 11010 | 1100 | 0 | 1011000 | 1111 | 1000100 | 1001111 | 101111 |
Color Harmonies of #BED81A
Complementary color
Monochromatic Colors of #BED81A
Black with #BED81A
Text Example
Text Example
White with #BED81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED81A; }
p { color: rgb(190,216,26); }
H1.HeaderClassName
{
color: #BED81A;
}
.AnyTagClassName
{
color: #BED81A;
}
</style>
background-color css
<style>
a { background-color: #BED81A; }
a { background-color: rgb(190,216,26); }
div.DivClassName
{
background-color: #BED81A;
}
.BgClassName
{
background-color: #BED81A;
}
</style>
border-color css
<style>
span { border-color: #BED81A; }
span { border-color: rgb(190,216,26); }
td.TdClassName
{
border-color: #BED81A;
}
.TagClassName
{
border-color: #BED81A;
}
</style>