Shades of Rio Grande #BED21C
Tints of Rio Grande #BED21C
RGB
CMYK
RGB Variations
Color information
#BED21C (or 0xBED21C) is known color: Rio Grande. HEX triplet: BE, D2 and 1C. RGB value is (190,210,28). Sum of RGB (Red+Green+Blue) = 190+210+28=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #BED21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED21C is #412DE3. Grayscale: #B7B7B7. Windows color (decimal): -4271588 or 1888958. OLE color: 1888958.
HSL color Cylindrical-coordinate representation of color #BED21C: hue angle of 66.59º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BED21C is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 28 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.18 |
| HSL | 66.59º | 0.76% | 0.47% | - |
| HSV(B) | 66.59º | 0.87% | 0.82% | - |
| XYZ | 44.49 | 57.12 | 9.78 | - |
| YUV | 183.27 | 40.37 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 28 | 0.10 | 0 | 0.87 | 0.18 | 66.59 | 0.76 | 0.47 |
| Hex | BE | D2 | 1C | A | 0 | 57 | 12 | 43 | 4C | 2F |
| Octal | 276 | 322 | 34 | 12 | 0 | 127 | 22 | 103 | 114 | 57 |
| Binary | 10111110 | 11010010 | 11100 | 1010 | 0 | 1010111 | 10010 | 1000011 | 1001100 | 101111 |
Color Harmonies of #BED21C
Complementary color
Monochromatic Colors of #BED21C
Black with #BED21C
Text Example
Text Example
White with #BED21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED21C; }
p { color: rgb(190,210,28); }
H1.HeaderClassName
{
color: #BED21C;
}
.AnyTagClassName
{
color: #BED21C;
}
</style>
background-color css
<style>
a { background-color: #BED21C; }
a { background-color: rgb(190,210,28); }
div.DivClassName
{
background-color: #BED21C;
}
.BgClassName
{
background-color: #BED21C;
}
</style>
border-color css
<style>
span { border-color: #BED21C; }
span { border-color: rgb(190,210,28); }
td.TdClassName
{
border-color: #BED21C;
}
.TagClassName
{
border-color: #BED21C;
}
</style>