Shades of Rio Grande #BEC61C
Tints of Rio Grande #BEC61C
RGB
CMYK
RGB Variations
Color information
#BEC61C (or 0xBEC61C) is known color: Rio Grande. HEX triplet: BE, C6 and 1C. RGB value is (190,198,28). Sum of RGB (Red+Green+Blue) = 190+198+28=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC61C is #4139E3. Grayscale: #B0B0B0. Windows color (decimal): -4274660 or 1885886. OLE color: 1885886.
HSL color Cylindrical-coordinate representation of color #BEC61C: hue angle of 62.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEC61C is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 28 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.22 |
| HSL | 62.82º | 0.75% | 0.44% | - |
| HSV(B) | 62.82º | 0.86% | 0.78% | - |
| XYZ | 41.64 | 51.42 | 8.83 | - |
| YUV | 176.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 28 | 0.04 | 0 | 0.86 | 0.22 | 62.82 | 0.75 | 0.44 |
| Hex | BE | C6 | 1C | 4 | 0 | 56 | 16 | 3F | 4B | 2C |
| Octal | 276 | 306 | 34 | 4 | 0 | 126 | 26 | 77 | 113 | 54 |
| Binary | 10111110 | 11000110 | 11100 | 100 | 0 | 1010110 | 10110 | 111111 | 1001011 | 101100 |
Color Harmonies of #BEC61C
Complementary color
Monochromatic Colors of #BEC61C
Black with #BEC61C
Text Example
Text Example
White with #BEC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC61C; }
p { color: rgb(190,198,28); }
H1.HeaderClassName
{
color: #BEC61C;
}
.AnyTagClassName
{
color: #BEC61C;
}
</style>
background-color css
<style>
a { background-color: #BEC61C; }
a { background-color: rgb(190,198,28); }
div.DivClassName
{
background-color: #BEC61C;
}
.BgClassName
{
background-color: #BEC61C;
}
</style>
border-color css
<style>
span { border-color: #BEC61C; }
span { border-color: rgb(190,198,28); }
td.TdClassName
{
border-color: #BEC61C;
}
.TagClassName
{
border-color: #BEC61C;
}
</style>