Shades of Rio Grande #BEC323
Tints of Rio Grande #BEC323
RGB
CMYK
RGB Variations
Color information
#BEC323 (or 0xBEC323) is known color: Rio Grande. HEX triplet: BE, C3 and 23. RGB value is (190,195,35). Sum of RGB (Red+Green+Blue) = 190+195+35=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC323 is #413CDC. Grayscale: #AFAFAF. Windows color (decimal): -4275421 or 2343870. OLE color: 2343870.
HSL color Cylindrical-coordinate representation of color #BEC323: hue angle of 61.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEC323 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 35 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.24 |
| HSL | 61.88º | 0.7% | 0.45% | - |
| HSV(B) | 61.88º | 0.82% | 0.76% | - |
| XYZ | 41.05 | 50.1 | 9.1 | - |
| YUV | 175.27 | 48.84 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 35 | 0.03 | 0 | 0.82 | 0.24 | 61.88 | 0.7 | 0.45 |
| Hex | BE | C3 | 23 | 3 | 0 | 52 | 18 | 3E | 46 | 2D |
| Octal | 276 | 303 | 43 | 3 | 0 | 122 | 30 | 76 | 106 | 55 |
| Binary | 10111110 | 11000011 | 100011 | 11 | 0 | 1010010 | 11000 | 111110 | 1000110 | 101101 |
Color Harmonies of #BEC323
Complementary color
Monochromatic Colors of #BEC323
Black with #BEC323
Text Example
Text Example
White with #BEC323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC323; }
p { color: rgb(190,195,35); }
H1.HeaderClassName
{
color: #BEC323;
}
.AnyTagClassName
{
color: #BEC323;
}
</style>
background-color css
<style>
a { background-color: #BEC323; }
a { background-color: rgb(190,195,35); }
div.DivClassName
{
background-color: #BEC323;
}
.BgClassName
{
background-color: #BEC323;
}
</style>
border-color css
<style>
span { border-color: #BEC323; }
span { border-color: rgb(190,195,35); }
td.TdClassName
{
border-color: #BEC323;
}
.TagClassName
{
border-color: #BEC323;
}
</style>