Shades of Rio Grande #BEC02C
Tints of Rio Grande #BEC02C
RGB
CMYK
RGB Variations
Color information
#BEC02C (or 0xBEC02C) is known color: Rio Grande. HEX triplet: BE, C0 and 2C. RGB value is (190,192,44). Sum of RGB (Red+Green+Blue) = 190+192+44=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC02C is #413FD3. Grayscale: #AFAFAF. Windows color (decimal): -4276180 or 2932926. OLE color: 2932926.
HSL color Cylindrical-coordinate representation of color #BEC02C: hue angle of 60.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEC02C is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 44 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.25 |
| HSL | 60.81º | 0.63% | 0.46% | - |
| HSV(B) | 60.81º | 0.77% | 0.75% | - |
| XYZ | 40.54 | 48.83 | 9.67 | - |
| YUV | 174.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 44 | 0.01 | 0 | 0.77 | 0.25 | 60.81 | 0.63 | 0.46 |
| Hex | BE | C0 | 2C | 1 | 0 | 4D | 19 | 3D | 3F | 2E |
| Octal | 276 | 300 | 54 | 1 | 0 | 115 | 31 | 75 | 77 | 56 |
| Binary | 10111110 | 11000000 | 101100 | 1 | 0 | 1001101 | 11001 | 111101 | 111111 | 101110 |
Color Harmonies of #BEC02C
Complementary color
Monochromatic Colors of #BEC02C
Black with #BEC02C
Text Example
Text Example
White with #BEC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC02C; }
p { color: rgb(190,192,44); }
H1.HeaderClassName
{
color: #BEC02C;
}
.AnyTagClassName
{
color: #BEC02C;
}
</style>
background-color css
<style>
a { background-color: #BEC02C; }
a { background-color: rgb(190,192,44); }
div.DivClassName
{
background-color: #BEC02C;
}
.BgClassName
{
background-color: #BEC02C;
}
</style>
border-color css
<style>
span { border-color: #BEC02C; }
span { border-color: rgb(190,192,44); }
td.TdClassName
{
border-color: #BEC02C;
}
.TagClassName
{
border-color: #BEC02C;
}
</style>