Shades of Rio Grande #BEC423
Tints of Rio Grande #BEC423
RGB
CMYK
RGB Variations
Color information
#BEC423 (or 0xBEC423) is known color: Rio Grande. HEX triplet: BE, C4 and 23. RGB value is (190,196,35). Sum of RGB (Red+Green+Blue) = 190+196+35=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC423 is #413BDC. Grayscale: #B0B0B0. Windows color (decimal): -4275165 or 2344126. OLE color: 2344126.
HSL color Cylindrical-coordinate representation of color #BEC423: hue angle of 62.24º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEC423 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 35 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.23 |
| HSL | 62.24º | 0.7% | 0.45% | - |
| HSV(B) | 62.24º | 0.82% | 0.77% | - |
| XYZ | 41.28 | 50.55 | 9.17 | - |
| YUV | 175.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 35 | 0.03 | 0 | 0.82 | 0.23 | 62.24 | 0.7 | 0.45 |
| Hex | BE | C4 | 23 | 3 | 0 | 52 | 17 | 3E | 46 | 2D |
| Octal | 276 | 304 | 43 | 3 | 0 | 122 | 27 | 76 | 106 | 55 |
| Binary | 10111110 | 11000100 | 100011 | 11 | 0 | 1010010 | 10111 | 111110 | 1000110 | 101101 |
Color Harmonies of #BEC423
Complementary color
Monochromatic Colors of #BEC423
Black with #BEC423
Text Example
Text Example
White with #BEC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC423; }
p { color: rgb(190,196,35); }
H1.HeaderClassName
{
color: #BEC423;
}
.AnyTagClassName
{
color: #BEC423;
}
</style>
background-color css
<style>
a { background-color: #BEC423; }
a { background-color: rgb(190,196,35); }
div.DivClassName
{
background-color: #BEC423;
}
.BgClassName
{
background-color: #BEC423;
}
</style>
border-color css
<style>
span { border-color: #BEC423; }
span { border-color: rgb(190,196,35); }
td.TdClassName
{
border-color: #BEC423;
}
.TagClassName
{
border-color: #BEC423;
}
</style>