Shades of Rio Grande #BED01C
Tints of Rio Grande #BED01C
RGB
CMYK
RGB Variations
Color information
#BED01C (or 0xBED01C) is known color: Rio Grande. HEX triplet: BE, D0 and 1C. RGB value is (190,208,28). Sum of RGB (Red+Green+Blue) = 190+208+28=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #BED01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED01C is #412FE3. Grayscale: #B6B6B6. Windows color (decimal): -4272100 or 1888446. OLE color: 1888446.
HSL color Cylindrical-coordinate representation of color #BED01C: hue angle of 66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BED01C is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 28 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.18 |
| HSL | 66º | 0.76% | 0.46% | - |
| HSV(B) | 66º | 0.87% | 0.82% | - |
| XYZ | 44 | 56.14 | 9.62 | - |
| YUV | 182.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 28 | 0.09 | 0 | 0.87 | 0.18 | 66 | 0.76 | 0.46 |
| Hex | BE | D0 | 1C | 9 | 0 | 57 | 12 | 42 | 4C | 2E |
| Octal | 276 | 320 | 34 | 11 | 0 | 127 | 22 | 102 | 114 | 56 |
| Binary | 10111110 | 11010000 | 11100 | 1001 | 0 | 1010111 | 10010 | 1000010 | 1001100 | 101110 |
Color Harmonies of #BED01C
Complementary color
Monochromatic Colors of #BED01C
Black with #BED01C
Text Example
Text Example
White with #BED01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED01C; }
p { color: rgb(190,208,28); }
H1.HeaderClassName
{
color: #BED01C;
}
.AnyTagClassName
{
color: #BED01C;
}
</style>
background-color css
<style>
a { background-color: #BED01C; }
a { background-color: rgb(190,208,28); }
div.DivClassName
{
background-color: #BED01C;
}
.BgClassName
{
background-color: #BED01C;
}
</style>
border-color css
<style>
span { border-color: #BED01C; }
span { border-color: rgb(190,208,28); }
td.TdClassName
{
border-color: #BED01C;
}
.TagClassName
{
border-color: #BED01C;
}
</style>