Shades of Rio Grande #BEC91D
Tints of Rio Grande #BEC91D
RGB
CMYK
RGB Variations
Color information
#BEC91D (or 0xBEC91D) is known color: Rio Grande. HEX triplet: BE, C9 and 1D. RGB value is (190,201,29). Sum of RGB (Red+Green+Blue) = 190+201+29=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC91D is #4136E2. Grayscale: #B2B2B2. Windows color (decimal): -4273891 or 1952190. OLE color: 1952190.
HSL color Cylindrical-coordinate representation of color #BEC91D: hue angle of 63.84º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEC91D is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 29 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.21 |
| HSL | 63.84º | 0.75% | 0.45% | - |
| HSV(B) | 63.84º | 0.86% | 0.79% | - |
| XYZ | 42.34 | 52.81 | 9.12 | - |
| YUV | 178.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 29 | 0.05 | 0 | 0.86 | 0.21 | 63.84 | 0.75 | 0.45 |
| Hex | BE | C9 | 1D | 5 | 0 | 56 | 15 | 40 | 4B | 2D |
| Octal | 276 | 311 | 35 | 5 | 0 | 126 | 25 | 100 | 113 | 55 |
| Binary | 10111110 | 11001001 | 11101 | 101 | 0 | 1010110 | 10101 | 1000000 | 1001011 | 101101 |
Color Harmonies of #BEC91D
Complementary color
Monochromatic Colors of #BEC91D
Black with #BEC91D
Text Example
Text Example
White with #BEC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC91D; }
p { color: rgb(190,201,29); }
H1.HeaderClassName
{
color: #BEC91D;
}
.AnyTagClassName
{
color: #BEC91D;
}
</style>
background-color css
<style>
a { background-color: #BEC91D; }
a { background-color: rgb(190,201,29); }
div.DivClassName
{
background-color: #BEC91D;
}
.BgClassName
{
background-color: #BEC91D;
}
</style>
border-color css
<style>
span { border-color: #BEC91D; }
span { border-color: rgb(190,201,29); }
td.TdClassName
{
border-color: #BEC91D;
}
.TagClassName
{
border-color: #BEC91D;
}
</style>