Shades of Rio Grande #BEC927
Tints of Rio Grande #BEC927
RGB
CMYK
RGB Variations
Color information
#BEC927 (or 0xBEC927) is known color: Rio Grande. HEX triplet: BE, C9 and 27. RGB value is (190,201,39). Sum of RGB (Red+Green+Blue) = 190+201+39=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC927 is #4136D8. Grayscale: #B3B3B3. Windows color (decimal): -4273881 or 2607550. OLE color: 2607550.
HSL color Cylindrical-coordinate representation of color #BEC927: hue angle of 64.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEC927 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 39 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.21 |
| HSL | 64.07º | 0.68% | 0.47% | - |
| HSV(B) | 64.07º | 0.81% | 0.79% | - |
| XYZ | 42.49 | 52.87 | 9.88 | - |
| YUV | 179.24 | 48.86 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 39 | 0.05 | 0 | 0.81 | 0.21 | 64.07 | 0.68 | 0.47 |
| Hex | BE | C9 | 27 | 5 | 0 | 51 | 15 | 40 | 44 | 2F |
| Octal | 276 | 311 | 47 | 5 | 0 | 121 | 25 | 100 | 104 | 57 |
| Binary | 10111110 | 11001001 | 100111 | 101 | 0 | 1010001 | 10101 | 1000000 | 1000100 | 101111 |
Color Harmonies of #BEC927
Complementary color
Monochromatic Colors of #BEC927
Black with #BEC927
Text Example
Text Example
White with #BEC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC927; }
p { color: rgb(190,201,39); }
H1.HeaderClassName
{
color: #BEC927;
}
.AnyTagClassName
{
color: #BEC927;
}
</style>
background-color css
<style>
a { background-color: #BEC927; }
a { background-color: rgb(190,201,39); }
div.DivClassName
{
background-color: #BEC927;
}
.BgClassName
{
background-color: #BEC927;
}
</style>
border-color css
<style>
span { border-color: #BEC927; }
span { border-color: rgb(190,201,39); }
td.TdClassName
{
border-color: #BEC927;
}
.TagClassName
{
border-color: #BEC927;
}
</style>