Shades of Rio Grande #BEC024
Tints of Rio Grande #BEC024
RGB
CMYK
RGB Variations
Color information
#BEC024 (or 0xBEC024) is known color: Rio Grande. HEX triplet: BE, C0 and 24. RGB value is (190,192,36). Sum of RGB (Red+Green+Blue) = 190+192+36=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC024 is #413FDB. Grayscale: #AEAEAE. Windows color (decimal): -4276188 or 2408638. OLE color: 2408638.
HSL color Cylindrical-coordinate representation of color #BEC024: hue angle of 60.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEC024 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 36 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.25 |
| HSL | 60.77º | 0.68% | 0.45% | - |
| HSV(B) | 60.77º | 0.81% | 0.75% | - |
| XYZ | 40.4 | 48.77 | 8.95 | - |
| YUV | 173.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 36 | 0.01 | 0 | 0.81 | 0.25 | 60.77 | 0.68 | 0.45 |
| Hex | BE | C0 | 24 | 1 | 0 | 51 | 19 | 3D | 44 | 2D |
| Octal | 276 | 300 | 44 | 1 | 0 | 121 | 31 | 75 | 104 | 55 |
| Binary | 10111110 | 11000000 | 100100 | 1 | 0 | 1010001 | 11001 | 111101 | 1000100 | 101101 |
Color Harmonies of #BEC024
Complementary color
Monochromatic Colors of #BEC024
Black with #BEC024
Text Example
Text Example
White with #BEC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC024; }
p { color: rgb(190,192,36); }
H1.HeaderClassName
{
color: #BEC024;
}
.AnyTagClassName
{
color: #BEC024;
}
</style>
background-color css
<style>
a { background-color: #BEC024; }
a { background-color: rgb(190,192,36); }
div.DivClassName
{
background-color: #BEC024;
}
.BgClassName
{
background-color: #BEC024;
}
</style>
border-color css
<style>
span { border-color: #BEC024; }
span { border-color: rgb(190,192,36); }
td.TdClassName
{
border-color: #BEC024;
}
.TagClassName
{
border-color: #BEC024;
}
</style>