Shades of Rio Grande #BEC822
Tints of Rio Grande #BEC822
RGB
CMYK
RGB Variations
Color information
#BEC822 (or 0xBEC822) is known color: Rio Grande. HEX triplet: BE, C8 and 22. RGB value is (190,200,34). Sum of RGB (Red+Green+Blue) = 190+200+34=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC822 is #4137DD. Grayscale: #B2B2B2. Windows color (decimal): -4274142 or 2279614. OLE color: 2279614.
HSL color Cylindrical-coordinate representation of color #BEC822: hue angle of 63.61º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC822 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 34 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.22 |
| HSL | 63.61º | 0.71% | 0.46% | - |
| HSV(B) | 63.61º | 0.83% | 0.78% | - |
| XYZ | 42.18 | 52.37 | 9.4 | - |
| YUV | 178.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 34 | 0.05 | 0 | 0.83 | 0.22 | 63.61 | 0.71 | 0.46 |
| Hex | BE | C8 | 22 | 5 | 0 | 53 | 16 | 40 | 47 | 2E |
| Octal | 276 | 310 | 42 | 5 | 0 | 123 | 26 | 100 | 107 | 56 |
| Binary | 10111110 | 11001000 | 100010 | 101 | 0 | 1010011 | 10110 | 1000000 | 1000111 | 101110 |
Color Harmonies of #BEC822
Complementary color
Monochromatic Colors of #BEC822
Black with #BEC822
Text Example
Text Example
White with #BEC822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC822; }
p { color: rgb(190,200,34); }
H1.HeaderClassName
{
color: #BEC822;
}
.AnyTagClassName
{
color: #BEC822;
}
</style>
background-color css
<style>
a { background-color: #BEC822; }
a { background-color: rgb(190,200,34); }
div.DivClassName
{
background-color: #BEC822;
}
.BgClassName
{
background-color: #BEC822;
}
</style>
border-color css
<style>
span { border-color: #BEC822; }
span { border-color: rgb(190,200,34); }
td.TdClassName
{
border-color: #BEC822;
}
.TagClassName
{
border-color: #BEC822;
}
</style>