Shades of Rio Grande #BECE23
Tints of Rio Grande #BECE23
RGB
CMYK
RGB Variations
Color information
#BECE23 (or 0xBECE23) is known color: Rio Grande. HEX triplet: BE, CE and 23. RGB value is (190,206,35). Sum of RGB (Red+Green+Blue) = 190+206+35=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE23 is #4131DC. Grayscale: #B6B6B6. Windows color (decimal): -4272605 or 2346686. OLE color: 2346686.
HSL color Cylindrical-coordinate representation of color #BECE23: hue angle of 65.61º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BECE23 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 35 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.19 |
| HSL | 65.61º | 0.71% | 0.47% | - |
| HSV(B) | 65.61º | 0.83% | 0.81% | - |
| XYZ | 43.61 | 55.21 | 9.95 | - |
| YUV | 181.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 35 | 0.08 | 0 | 0.83 | 0.19 | 65.61 | 0.71 | 0.47 |
| Hex | BE | CE | 23 | 8 | 0 | 53 | 13 | 42 | 47 | 2F |
| Octal | 276 | 316 | 43 | 10 | 0 | 123 | 23 | 102 | 107 | 57 |
| Binary | 10111110 | 11001110 | 100011 | 1000 | 0 | 1010011 | 10011 | 1000010 | 1000111 | 101111 |
Color Harmonies of #BECE23
Complementary color
Monochromatic Colors of #BECE23
Black with #BECE23
Text Example
Text Example
White with #BECE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE23; }
p { color: rgb(190,206,35); }
H1.HeaderClassName
{
color: #BECE23;
}
.AnyTagClassName
{
color: #BECE23;
}
</style>
background-color css
<style>
a { background-color: #BECE23; }
a { background-color: rgb(190,206,35); }
div.DivClassName
{
background-color: #BECE23;
}
.BgClassName
{
background-color: #BECE23;
}
</style>
border-color css
<style>
span { border-color: #BECE23; }
span { border-color: rgb(190,206,35); }
td.TdClassName
{
border-color: #BECE23;
}
.TagClassName
{
border-color: #BECE23;
}
</style>