Shades of Rio Grande #BEC129
Tints of Rio Grande #BEC129
RGB
CMYK
RGB Variations
Color information
#BEC129 (or 0xBEC129) is known color: Rio Grande. HEX triplet: BE, C1 and 29. RGB value is (190,193,41). Sum of RGB (Red+Green+Blue) = 190+193+41=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC129 is #413ED6. Grayscale: #AFAFAF. Windows color (decimal): -4275927 or 2736574. OLE color: 2736574.
HSL color Cylindrical-coordinate representation of color #BEC129: hue angle of 61.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEC129 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 41 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.24 |
| HSL | 61.18º | 0.65% | 0.46% | - |
| HSV(B) | 61.18º | 0.79% | 0.76% | - |
| XYZ | 40.71 | 49.25 | 9.46 | - |
| YUV | 174.78 | 52.51 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 41 | 0.02 | 0 | 0.79 | 0.24 | 61.18 | 0.65 | 0.46 |
| Hex | BE | C1 | 29 | 2 | 0 | 4F | 18 | 3D | 41 | 2E |
| Octal | 276 | 301 | 51 | 2 | 0 | 117 | 30 | 75 | 101 | 56 |
| Binary | 10111110 | 11000001 | 101001 | 10 | 0 | 1001111 | 11000 | 111101 | 1000001 | 101110 |
Color Harmonies of #BEC129
Complementary color
Monochromatic Colors of #BEC129
Black with #BEC129
Text Example
Text Example
White with #BEC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC129; }
p { color: rgb(190,193,41); }
H1.HeaderClassName
{
color: #BEC129;
}
.AnyTagClassName
{
color: #BEC129;
}
</style>
background-color css
<style>
a { background-color: #BEC129; }
a { background-color: rgb(190,193,41); }
div.DivClassName
{
background-color: #BEC129;
}
.BgClassName
{
background-color: #BEC129;
}
</style>
border-color css
<style>
span { border-color: #BEC129; }
span { border-color: rgb(190,193,41); }
td.TdClassName
{
border-color: #BEC129;
}
.TagClassName
{
border-color: #BEC129;
}
</style>