Shades of Rio Grande #BEC824
Tints of Rio Grande #BEC824
RGB
CMYK
RGB Variations
Color information
#BEC824 (or 0xBEC824) is known color: Rio Grande. HEX triplet: BE, C8 and 24. RGB value is (190,200,36). Sum of RGB (Red+Green+Blue) = 190+200+36=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC824 is #4137DB. Grayscale: #B2B2B2. Windows color (decimal): -4274140 or 2410686. OLE color: 2410686.
HSL color Cylindrical-coordinate representation of color #BEC824: hue angle of 63.66º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEC824 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 36 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.22 |
| HSL | 63.66º | 0.69% | 0.46% | - |
| HSV(B) | 63.66º | 0.82% | 0.78% | - |
| XYZ | 42.21 | 52.38 | 9.56 | - |
| YUV | 178.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 36 | 0.05 | 0 | 0.82 | 0.22 | 63.66 | 0.69 | 0.46 |
| Hex | BE | C8 | 24 | 5 | 0 | 52 | 16 | 40 | 45 | 2E |
| Octal | 276 | 310 | 44 | 5 | 0 | 122 | 26 | 100 | 105 | 56 |
| Binary | 10111110 | 11001000 | 100100 | 101 | 0 | 1010010 | 10110 | 1000000 | 1000101 | 101110 |
Color Harmonies of #BEC824
Complementary color
Monochromatic Colors of #BEC824
Black with #BEC824
Text Example
Text Example
White with #BEC824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC824; }
p { color: rgb(190,200,36); }
H1.HeaderClassName
{
color: #BEC824;
}
.AnyTagClassName
{
color: #BEC824;
}
</style>
background-color css
<style>
a { background-color: #BEC824; }
a { background-color: rgb(190,200,36); }
div.DivClassName
{
background-color: #BEC824;
}
.BgClassName
{
background-color: #BEC824;
}
</style>
border-color css
<style>
span { border-color: #BEC824; }
span { border-color: rgb(190,200,36); }
td.TdClassName
{
border-color: #BEC824;
}
.TagClassName
{
border-color: #BEC824;
}
</style>