Shades of Rio Grande #BED21A
Tints of Rio Grande #BED21A
RGB
CMYK
RGB Variations
Color information
#BED21A (or 0xBED21A) is known color: Rio Grande. HEX triplet: BE, D2 and 1A. RGB value is (190,210,26). Sum of RGB (Red+Green+Blue) = 190+210+26=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #BED21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED21A is #412DE5. Grayscale: #B7B7B7. Windows color (decimal): -4271590 or 1757886. OLE color: 1757886.
HSL color Cylindrical-coordinate representation of color #BED21A: hue angle of 66.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BED21A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 26 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.18 |
| HSL | 66.52º | 0.78% | 0.46% | - |
| HSV(B) | 66.52º | 0.88% | 0.82% | - |
| XYZ | 44.47 | 57.11 | 9.66 | - |
| YUV | 183.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 26 | 0.10 | 0 | 0.88 | 0.18 | 66.52 | 0.78 | 0.46 |
| Hex | BE | D2 | 1A | A | 0 | 58 | 12 | 43 | 4E | 2E |
| Octal | 276 | 322 | 32 | 12 | 0 | 130 | 22 | 103 | 116 | 56 |
| Binary | 10111110 | 11010010 | 11010 | 1010 | 0 | 1011000 | 10010 | 1000011 | 1001110 | 101110 |
Color Harmonies of #BED21A
Complementary color
Monochromatic Colors of #BED21A
Black with #BED21A
Text Example
Text Example
White with #BED21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED21A; }
p { color: rgb(190,210,26); }
H1.HeaderClassName
{
color: #BED21A;
}
.AnyTagClassName
{
color: #BED21A;
}
</style>
background-color css
<style>
a { background-color: #BED21A; }
a { background-color: rgb(190,210,26); }
div.DivClassName
{
background-color: #BED21A;
}
.BgClassName
{
background-color: #BED21A;
}
</style>
border-color css
<style>
span { border-color: #BED21A; }
span { border-color: rgb(190,210,26); }
td.TdClassName
{
border-color: #BED21A;
}
.TagClassName
{
border-color: #BED21A;
}
</style>