Shades of Rio Grande #BEC12D
Tints of Rio Grande #BEC12D
RGB
CMYK
RGB Variations
Color information
#BEC12D (or 0xBEC12D) is known color: Rio Grande. HEX triplet: BE, C1 and 2D. RGB value is (190,193,45). Sum of RGB (Red+Green+Blue) = 190+193+45=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC12D is #413ED2. Grayscale: #AFAFAF. Windows color (decimal): -4275923 or 2998718. OLE color: 2998718.
HSL color Cylindrical-coordinate representation of color #BEC12D: hue angle of 61.22º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEC12D is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 45 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.24 |
| HSL | 61.22º | 0.62% | 0.47% | - |
| HSV(B) | 61.22º | 0.77% | 0.76% | - |
| XYZ | 40.78 | 49.28 | 9.84 | - |
| YUV | 175.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 45 | 0.02 | 0 | 0.77 | 0.24 | 61.22 | 0.62 | 0.47 |
| Hex | BE | C1 | 2D | 2 | 0 | 4D | 18 | 3D | 3E | 2F |
| Octal | 276 | 301 | 55 | 2 | 0 | 115 | 30 | 75 | 76 | 57 |
| Binary | 10111110 | 11000001 | 101101 | 10 | 0 | 1001101 | 11000 | 111101 | 111110 | 101111 |
Color Harmonies of #BEC12D
Complementary color
Monochromatic Colors of #BEC12D
Black with #BEC12D
Text Example
Text Example
White with #BEC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC12D; }
p { color: rgb(190,193,45); }
H1.HeaderClassName
{
color: #BEC12D;
}
.AnyTagClassName
{
color: #BEC12D;
}
</style>
background-color css
<style>
a { background-color: #BEC12D; }
a { background-color: rgb(190,193,45); }
div.DivClassName
{
background-color: #BEC12D;
}
.BgClassName
{
background-color: #BEC12D;
}
</style>
border-color css
<style>
span { border-color: #BEC12D; }
span { border-color: rgb(190,193,45); }
td.TdClassName
{
border-color: #BEC12D;
}
.TagClassName
{
border-color: #BEC12D;
}
</style>