Shades of Rio Grande #BEC925
Tints of Rio Grande #BEC925
RGB
CMYK
RGB Variations
Color information
#BEC925 (or 0xBEC925) is known color: Rio Grande. HEX triplet: BE, C9 and 25. RGB value is (190,201,37). Sum of RGB (Red+Green+Blue) = 190+201+37=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC925 is #4136DA. Grayscale: #B3B3B3. Windows color (decimal): -4273883 or 2476478. OLE color: 2476478.
HSL color Cylindrical-coordinate representation of color #BEC925: hue angle of 64.02º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEC925 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 37 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.21 |
| HSL | 64.02º | 0.69% | 0.47% | - |
| HSV(B) | 64.02º | 0.82% | 0.79% | - |
| XYZ | 42.46 | 52.85 | 9.71 | - |
| YUV | 179.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 37 | 0.05 | 0 | 0.82 | 0.21 | 64.02 | 0.69 | 0.47 |
| Hex | BE | C9 | 25 | 5 | 0 | 52 | 15 | 40 | 45 | 2F |
| Octal | 276 | 311 | 45 | 5 | 0 | 122 | 25 | 100 | 105 | 57 |
| Binary | 10111110 | 11001001 | 100101 | 101 | 0 | 1010010 | 10101 | 1000000 | 1000101 | 101111 |
Color Harmonies of #BEC925
Complementary color
Monochromatic Colors of #BEC925
Black with #BEC925
Text Example
Text Example
White with #BEC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC925; }
p { color: rgb(190,201,37); }
H1.HeaderClassName
{
color: #BEC925;
}
.AnyTagClassName
{
color: #BEC925;
}
</style>
background-color css
<style>
a { background-color: #BEC925; }
a { background-color: rgb(190,201,37); }
div.DivClassName
{
background-color: #BEC925;
}
.BgClassName
{
background-color: #BEC925;
}
</style>
border-color css
<style>
span { border-color: #BEC925; }
span { border-color: rgb(190,201,37); }
td.TdClassName
{
border-color: #BEC925;
}
.TagClassName
{
border-color: #BEC925;
}
</style>