Shades of Rio Grande #BEC32B
Tints of Rio Grande #BEC32B
RGB
CMYK
RGB Variations
Color information
#BEC32B (or 0xBEC32B) is known color: Rio Grande. HEX triplet: BE, C3 and 2B. RGB value is (190,195,43). Sum of RGB (Red+Green+Blue) = 190+195+43=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC32B is #413CD4. Grayscale: #B0B0B0. Windows color (decimal): -4275413 or 2868158. OLE color: 2868158.
HSL color Cylindrical-coordinate representation of color #BEC32B: hue angle of 61.97º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEC32B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 43 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.24 |
| HSL | 61.97º | 0.64% | 0.47% | - |
| HSV(B) | 61.97º | 0.78% | 0.76% | - |
| XYZ | 41.19 | 50.15 | 9.8 | - |
| YUV | 176.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 43 | 0.03 | 0 | 0.78 | 0.24 | 61.97 | 0.64 | 0.47 |
| Hex | BE | C3 | 2B | 3 | 0 | 4E | 18 | 3E | 40 | 2F |
| Octal | 276 | 303 | 53 | 3 | 0 | 116 | 30 | 76 | 100 | 57 |
| Binary | 10111110 | 11000011 | 101011 | 11 | 0 | 1001110 | 11000 | 111110 | 1000000 | 101111 |
Color Harmonies of #BEC32B
Complementary color
Monochromatic Colors of #BEC32B
Black with #BEC32B
Text Example
Text Example
White with #BEC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC32B; }
p { color: rgb(190,195,43); }
H1.HeaderClassName
{
color: #BEC32B;
}
.AnyTagClassName
{
color: #BEC32B;
}
</style>
background-color css
<style>
a { background-color: #BEC32B; }
a { background-color: rgb(190,195,43); }
div.DivClassName
{
background-color: #BEC32B;
}
.BgClassName
{
background-color: #BEC32B;
}
</style>
border-color css
<style>
span { border-color: #BEC32B; }
span { border-color: rgb(190,195,43); }
td.TdClassName
{
border-color: #BEC32B;
}
.TagClassName
{
border-color: #BEC32B;
}
</style>