Shades of Rio Grande #BECB23
Tints of Rio Grande #BECB23
RGB
CMYK
RGB Variations
Color information
#BECB23 (or 0xBECB23) is known color: Rio Grande. HEX triplet: BE, CB and 23. RGB value is (190,203,35). Sum of RGB (Red+Green+Blue) = 190+203+35=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB23 is #4134DC. Grayscale: #B4B4B4. Windows color (decimal): -4273373 or 2345918. OLE color: 2345918.
HSL color Cylindrical-coordinate representation of color #BECB23: hue angle of 64.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BECB23 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 35 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.20 |
| HSL | 64.64º | 0.71% | 0.47% | - |
| HSV(B) | 64.64º | 0.83% | 0.8% | - |
| XYZ | 42.89 | 53.78 | 9.71 | - |
| YUV | 179.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 35 | 0.06 | 0 | 0.83 | 0.20 | 64.64 | 0.71 | 0.47 |
| Hex | BE | CB | 23 | 6 | 0 | 53 | 14 | 41 | 47 | 2F |
| Octal | 276 | 313 | 43 | 6 | 0 | 123 | 24 | 101 | 107 | 57 |
| Binary | 10111110 | 11001011 | 100011 | 110 | 0 | 1010011 | 10100 | 1000001 | 1000111 | 101111 |
Color Harmonies of #BECB23
Complementary color
Monochromatic Colors of #BECB23
Black with #BECB23
Text Example
Text Example
White with #BECB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB23; }
p { color: rgb(190,203,35); }
H1.HeaderClassName
{
color: #BECB23;
}
.AnyTagClassName
{
color: #BECB23;
}
</style>
background-color css
<style>
a { background-color: #BECB23; }
a { background-color: rgb(190,203,35); }
div.DivClassName
{
background-color: #BECB23;
}
.BgClassName
{
background-color: #BECB23;
}
</style>
border-color css
<style>
span { border-color: #BECB23; }
span { border-color: rgb(190,203,35); }
td.TdClassName
{
border-color: #BECB23;
}
.TagClassName
{
border-color: #BECB23;
}
</style>