Shades of Rio Grande #BECE17
Tints of Rio Grande #BECE17
RGB
CMYK
RGB Variations
Color information
#BECE17 (or 0xBECE17) is known color: Rio Grande. HEX triplet: BE, CE and 17. RGB value is (190,206,23). Sum of RGB (Red+Green+Blue) = 190+206+23=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE17 is #4131E8. Grayscale: #B5B5B5. Windows color (decimal): -4272617 or 1560254. OLE color: 1560254.
HSL color Cylindrical-coordinate representation of color #BECE17: hue angle of 65.25º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BECE17 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 23 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.19 |
| HSL | 65.25º | 0.8% | 0.45% | - |
| HSV(B) | 65.25º | 0.89% | 0.81% | - |
| XYZ | 43.46 | 55.15 | 9.17 | - |
| YUV | 180.35 | 39.2 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 23 | 0.08 | 0 | 0.89 | 0.19 | 65.25 | 0.8 | 0.45 |
| Hex | BE | CE | 17 | 8 | 0 | 59 | 13 | 41 | 50 | 2D |
| Octal | 276 | 316 | 27 | 10 | 0 | 131 | 23 | 101 | 120 | 55 |
| Binary | 10111110 | 11001110 | 10111 | 1000 | 0 | 1011001 | 10011 | 1000001 | 1010000 | 101101 |
Color Harmonies of #BECE17
Complementary color
Monochromatic Colors of #BECE17
Black with #BECE17
Text Example
Text Example
White with #BECE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE17; }
p { color: rgb(190,206,23); }
H1.HeaderClassName
{
color: #BECE17;
}
.AnyTagClassName
{
color: #BECE17;
}
</style>
background-color css
<style>
a { background-color: #BECE17; }
a { background-color: rgb(190,206,23); }
div.DivClassName
{
background-color: #BECE17;
}
.BgClassName
{
background-color: #BECE17;
}
</style>
border-color css
<style>
span { border-color: #BECE17; }
span { border-color: rgb(190,206,23); }
td.TdClassName
{
border-color: #BECE17;
}
.TagClassName
{
border-color: #BECE17;
}
</style>