Shades of Rio Grande #BEBF2D
Tints of Rio Grande #BEBF2D
RGB
CMYK
RGB Variations
Color information
#BEBF2D (or 0xBEBF2D) is known color: Rio Grande. HEX triplet: BE, BF and 2D. RGB value is (190,191,45). Sum of RGB (Red+Green+Blue) = 190+191+45=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF2D is #4140D2. Grayscale: #AEAEAE. Windows color (decimal): -4276435 or 2998206. OLE color: 2998206.
HSL color Cylindrical-coordinate representation of color #BEBF2D: hue angle of 60.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEBF2D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 45 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.25 |
| HSL | 60.41º | 0.62% | 0.46% | - |
| HSV(B) | 60.41º | 0.76% | 0.75% | - |
| XYZ | 40.34 | 48.4 | 9.7 | - |
| YUV | 174.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 45 | 0.01 | 0 | 0.76 | 0.25 | 60.41 | 0.62 | 0.46 |
| Hex | BE | BF | 2D | 1 | 0 | 4C | 19 | 3C | 3E | 2E |
| Octal | 276 | 277 | 55 | 1 | 0 | 114 | 31 | 74 | 76 | 56 |
| Binary | 10111110 | 10111111 | 101101 | 1 | 0 | 1001100 | 11001 | 111100 | 111110 | 101110 |
Color Harmonies of #BEBF2D
Complementary color
Monochromatic Colors of #BEBF2D
Black with #BEBF2D
Text Example
Text Example
White with #BEBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBF2D; }
p { color: rgb(190,191,45); }
H1.HeaderClassName
{
color: #BEBF2D;
}
.AnyTagClassName
{
color: #BEBF2D;
}
</style>
background-color css
<style>
a { background-color: #BEBF2D; }
a { background-color: rgb(190,191,45); }
div.DivClassName
{
background-color: #BEBF2D;
}
.BgClassName
{
background-color: #BEBF2D;
}
</style>
border-color css
<style>
span { border-color: #BEBF2D; }
span { border-color: rgb(190,191,45); }
td.TdClassName
{
border-color: #BEBF2D;
}
.TagClassName
{
border-color: #BEBF2D;
}
</style>