Shades of Rio Grande #BEC922
Tints of Rio Grande #BEC922
RGB
CMYK
RGB Variations
Color information
#BEC922 (or 0xBEC922) is known color: Rio Grande. HEX triplet: BE, C9 and 22. RGB value is (190,201,34). Sum of RGB (Red+Green+Blue) = 190+201+34=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC922 is #4136DD. Grayscale: #B3B3B3. Windows color (decimal): -4273886 or 2279870. OLE color: 2279870.
HSL color Cylindrical-coordinate representation of color #BEC922: hue angle of 63.95º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC922 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 34 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.21 |
| HSL | 63.95º | 0.71% | 0.46% | - |
| HSV(B) | 63.95º | 0.83% | 0.79% | - |
| XYZ | 42.41 | 52.84 | 9.48 | - |
| YUV | 178.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 34 | 0.05 | 0 | 0.83 | 0.21 | 63.95 | 0.71 | 0.46 |
| Hex | BE | C9 | 22 | 5 | 0 | 53 | 15 | 40 | 47 | 2E |
| Octal | 276 | 311 | 42 | 5 | 0 | 123 | 25 | 100 | 107 | 56 |
| Binary | 10111110 | 11001001 | 100010 | 101 | 0 | 1010011 | 10101 | 1000000 | 1000111 | 101110 |
Color Harmonies of #BEC922
Complementary color
Monochromatic Colors of #BEC922
Black with #BEC922
Text Example
Text Example
White with #BEC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC922; }
p { color: rgb(190,201,34); }
H1.HeaderClassName
{
color: #BEC922;
}
.AnyTagClassName
{
color: #BEC922;
}
</style>
background-color css
<style>
a { background-color: #BEC922; }
a { background-color: rgb(190,201,34); }
div.DivClassName
{
background-color: #BEC922;
}
.BgClassName
{
background-color: #BEC922;
}
</style>
border-color css
<style>
span { border-color: #BEC922; }
span { border-color: rgb(190,201,34); }
td.TdClassName
{
border-color: #BEC922;
}
.TagClassName
{
border-color: #BEC922;
}
</style>