Shades of Rio Grande #BEBE2C
Tints of Rio Grande #BEBE2C
RGB
CMYK
RGB Variations
Color information
#BEBE2C (or 0xBEBE2C) is known color: Rio Grande. HEX triplet: BE, BE and 2C. RGB value is (190,190,44). Sum of RGB (Red+Green+Blue) = 190+190+44=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE2C is #4141D3. Grayscale: #ADADAD. Windows color (decimal): -4276692 or 2932414. OLE color: 2932414.
HSL color Cylindrical-coordinate representation of color #BEBE2C: hue angle of 60º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEBE2C is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 44 | - |
| CMYK | 0 | 0 | 0.77 | 0.25 |
| HSL | 60º | 0.62% | 0.46% | - |
| HSV(B) | 60º | 0.77% | 0.75% | - |
| XYZ | 40.1 | 47.96 | 9.53 | - |
| YUV | 173.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 44 | 0 | 0 | 0.77 | 0.25 | 60 | 0.62 | 0.46 |
| Hex | BE | BE | 2C | 0 | 0 | 4D | 19 | 3C | 3E | 2E |
| Octal | 276 | 276 | 54 | 0 | 0 | 115 | 31 | 74 | 76 | 56 |
| Binary | 10111110 | 10111110 | 101100 | 0 | 0 | 1001101 | 11001 | 111100 | 111110 | 101110 |
Color Harmonies of #BEBE2C
Complementary color
Monochromatic Colors of #BEBE2C
Black with #BEBE2C
Text Example
Text Example
White with #BEBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE2C; }
p { color: rgb(190,190,44); }
H1.HeaderClassName
{
color: #BEBE2C;
}
.AnyTagClassName
{
color: #BEBE2C;
}
</style>
background-color css
<style>
a { background-color: #BEBE2C; }
a { background-color: rgb(190,190,44); }
div.DivClassName
{
background-color: #BEBE2C;
}
.BgClassName
{
background-color: #BEBE2C;
}
</style>
border-color css
<style>
span { border-color: #BEBE2C; }
span { border-color: rgb(190,190,44); }
td.TdClassName
{
border-color: #BEBE2C;
}
.TagClassName
{
border-color: #BEBE2C;
}
</style>